.infotext {
    width: 100%;
    height: auto;
    line-height: 40px;
    color: #666679;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    padding: 0 30px 0 40px;
    background: #f2f2f2;
    border: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.infotext .gender{
    display: inline-block; !important;
    opacity: 0.5 !important;
}
.bd-callout {
    /*padding: 1.25rem;*/
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    font-weight: normal !important;
    font-family: Tahoma !important;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-color: #5bc0de;
    color: #7D2900 !important;
    font-size: 0.9rem;
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-color: #FFA87D;
    color: #7D2900 !important;
    font-size: 0.9rem;
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-color: #d9534f;
    color: #7D2900 !important;
    font-size: 0.9rem;
}

.bd-callout-danger h4 {
    color: #d9534f
}

.bd-callout .bg-warning {
    background-color: #FFA87D !important;
}
.bd-callout .bg-info {
    background-color: #5bc0de !important;
}
.bd-callout .bg-danger {
    background-color: #d9534f !important;
}
.bd-callout .align-items-stretch{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.bd-callout .align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.bd-callout .content {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bd-callout .content-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bd-callout .d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.bd-callout .p-2 {
    padding: 0.5rem !important;
}

.bd-callout .p-1 {
    padding: 1rem !important;
}

.bd-callout .white {
    color: #FFF !important;
}
.bd-callout .font-medium-5 {
    font-size: 1.2rem !important;
}


/* table */
.table-divcus {
    margin: 0 0 5px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    font-size: 13px;
}
@media screen and (max-width: 580px) {
    .table-divcus {
        display: block;
    }
}

.row-tablecus {
    display: table-row;
    background: #f6f6f6;
}
.row-tablecus:nth-of-type(odd) {
    background: #e9e9e9;
}
.row-tablecus.header-tablecus {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}
.row-tablecus.green {
    background: #27ae60;
}
.row-tablecus.blue {
    background: #2980b9;
}

.row-tablecus.clrggames {
    background: #ff3100;
}
@media screen and (max-width: 580px) {
    .row-tablecus {
        padding: 14px 0 7px;
        display: block;
    }
    .row-tablecus.header-tablecus {
        padding: 0;
        height: 6px;
    }
    .row-tablecus.header-tablecus .cell-tablecus {
        display: none;
    }
    .row-tablecus .cell-tablecus {
        margin-bottom: 10px;
    }
    .row-tablecus .cell-tablecus:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.cell-tablecus {
    padding: 6px 12px;
    display: table-cell;
}
@media screen and (max-width: 580px) {
    .cell-tablecus {
        padding: 0px 16px;
        display: block;
    }
}