/* Css for  judgement based Vtournament player list starts from here */
.jdMnt_plyrList {
    padding: 15px;
    border-bottom: 1px dotted #ddd;
}

.jdMnt_plyrList h4 {
    font-size: 24px;
    font-weight: 700;
    color: #323232;
    margin-top: 0;
}

.jdMnt_plyrList .table-responsive,
.jdMnt_plyrList .table {
    margin-bottom: 0;
}

.jdMnt_plyrList .table thead tr th {
    vertical-align: middle;
}

.jdMnt_plyrList .table tbody tr td {
    vertical-align: middle
}

.tble_prfleNme {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tble_prfleNme span {
    max-width: 30px;
    max-height: 30px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}

.tble_prfleNme span img {
    display: block;
    width: 30px;
    height: 30px;
}

.tble_prfleNme a {
    padding-left: 10px;
    display: block;
    text-decoration: none !important;
}
/* Css for judgement based Vtournament player list ends here */

/* Css for judgement based round result tabele starts from here */
.boton_imprimir {
    text-align: right;
    margin: 20px 0;
}

.imprimir {
    padding: 1px 10px 2px;
    min-height: 2em;
    min-width: 4em;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
    outline: none !important;
    background-color: rgb(77, 144, 254);
    background-image: linear-gradient(to bottom, rgb(77, 144, 254), rgb(71, 135, 237));
    border: 1px solid rgb(48, 121, 237);
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    font-family: tahoma;
    font-size: 12px;
}

.jd_timelineSec {
    float: left;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}

.jd_tblHead {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

.jd_tblHead h1 {
    font-size: 28px;
    color: #1ab394;
    margin: 0;
}

.jd_tblHead h4 {
    font-size: 15px;
    color: #676a6c;
}

.jd_gymnstTable {
    width: 100%;
    float: left;
}

.jd_gymnstTable .table {
    border: none;
}

.jd_gymnstTable .table tr th {
    border: none;
    background: #1ab394;
    color: #fff;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    font-size: 14px !important;
    font-weight: bold;
}

.jd_gymnstTable .table tr td {
    vertical-align: middle;
    padding: 10px;
    border: none;   
    text-align: center; 
    font-size: 12px !important;
    font-weight: bold;
}

.jd_gymnstTable .table tr th:nth-child(1),
.jd_gymnstTable .table tr th:nth-child(2) {
    text-align: left;
}

.jd_gymnstTable .table tr td:nth-child(1),
.jd_gymnstTable .table tr td:nth-child(2) {
    text-align: left;
}

@media print {
    .site-topbar, .modify_top, .site-navbar, .boton_imprimir{display:none;}
    .jd_timelineSec {padding: 0; width:800px; margin: 0 auto; page-break-after: always !important;}
    .jd_tblHead h1, .jd_tblHead h4 {font: bold 14px/1.4 "Arial", Halvetica, sans-serif !important;}
    .jd_tblHead h4 {margin: 0;}
    .jd_gymnstTable .table tr th, .jd_gymnstTable .table tr td {
        font-family: "Arial", Halvetica, sans-serif !important;
        font-size: 12px !important;
        padding: 8px !important;
        border-color: #000 !important
    }
}
/* Css for judgement based round result tabele ends here */