.info{
    margin: 20px 0 20px 0;
    padding: 50px;
    border: 1px solid #b5e7fc;
    background: #b5e7fc;
    border-radius: 5px;
}
.dateResult{
    border: 1px solid #16254e;
    border-radius: 6px;
    overflow: hidden;
    width: 100px;
}
.dateResult .write{
    color: #FFFFFF;
    font-weight: bold;
    line-height: 28px;
}
.dateResult p{
    text-align: center;
    display: block;
    padding: 5px;
    font-size: 17px;
    color: #16254e;
    line-height: 20px;
}
.result{
    margin-left: 30px;
}
.result .info .h3{
    font-size: 20px;
    color: #16254e;
    font-weight: bold;
    margin-bottom: 10px;
}
.result p{
    font-size: 16px;
}
.borderbtn{
    border-radius: 3px;
    border: 1px solid #16254e;
    font-weight: bold;
}
h4{
    margin-top: 20px;
    font-size: 18rem;
    color: #16254e;
    font-weight: bold;
    background: #73ccfd;
    line-height: 40px;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}
h5{
    font-size: 16rem;
    color: #16254e;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}
.table {
    padding: 4rem 16rem;
    font-size: 16rem;
    line-height: 40px;
}
.table th {
    font-weight: bold;
    color: #16254e;
}
.table tr{
    cursor: pointer;
}
.alert {
    padding: 16rem;
    font-size: 16rem;
}
.not-result{
    margin: 0;
    width: 100%;
}
.mgtop-20{
    margin-top: 20px;
}
.mgtop-10{
    margin-top: 10px;
}
.textcenter{
    text-align: center;
}
.alignCenter{
    margin: 30px auto;
    text-align: center;
}
.mgleft-5{
    margin-left: 5px;
}
.modal-content{
    padding: 30px;
}
.modal-header .btn-close{
    margin-right: 10px;
}
.modal-body{
    padding: 20px;
}
.modal-body .grade{
    margin-top: 10px;
    padding: 20px;
    border-radius: 5px;
    border : 1px solid #16254e;
}
.modal-body .placement{
    font-size: 35px;
    margin: 0;
    padding: 0;
}
.modal-body .time{
    font-size: 22px;
    font-weight: bold;
}
.modal-body .timeSmall {
    font-size: 17px;
    font-weight: bold;
}
#AthleteLabel{
    padding: 10px;
    line-height: 40px;
}
.sub-title{
    padding-left: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}
.tableView{
    margin: 0 15px 15px 0;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #16254e;
}
.tableView .borderLetf{
    border-left: 1px solid #16254e;
}
.ico-pink{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../assets/images/ico-athlete-pink.png) no-repeat;
}
.ico-blue{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../assets/images/ico-athlete-blue.png) no-repeat;
}
.line-22{
    line-height: 22px;
}
.btnComp{
    border-radius: 3px;
    font-size: 14px;
    margin-top: 15px;
}
.textBtn{
    text-align: left;
}
.result-event-card {
    border-radius: 10rem;
    overflow: hidden;
}

.result-event-card.large {
    grid-column: span 2;
    grid-row: span 2;
}

.result-event-card a, .result-event-card img {
    display: block;
}

.result-event-card img {
    width: 100%;
    height: 100%;
}
.spinner-border {
    width: 25rem;
    height: 25rem;
}

.result-event-card .date{
    text-align: center;
    display: block;
    margin: 10rem;
    padding: 5rem;
    font-size: 16rem;
    color: #FFFFFF;
    border-radius: 10px;
}
table th .col-mobile, table td .col-mobile{
    display: block;
}
@media (max-width: 768px) {
    .info {
        /*background: none;*/
        /*border: none;*/
        padding: 3px;
    }
    .input-group {
        margin: 20px 0 20px 0;
    }
    .btn-group{
        width: 100%;
    }
    .modal-content{
        padding: 3px;
    }
    .col-mobile{
        display: none;
    }
}