/**
	Creator: Marsus.com
**/

/* References CSS */

.button-table {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    height: 56px;
    line-height: 42px;
    padding: 7px 0px;
    color: rgb(255, 255, 255);
    background-color: #c4224d;
    width: 45%;
    margin: 8px 2.5%;
    overflow: hidden;
}
.button-time {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
    outline: none;
    font-family: inherit;
    position: relative;
    font-size: 14px;
    height: 36px;
    padding: 7px 0px;
    box-shadow: rgb(0 0 0 / 57%) 0px 0px 1px 0px;
    color: rgb(255, 255, 255);
    background-color: #c4224d;
    cursor: pointer;
    opacity: 1;
    width: 24%;
    margin: 0px 1%;
    float: right;
}