.rows {
    width: 40%;
}
.infobox {
    background: #f2f2f2;
    min-height: 90px;
    padding: 5px 15px 15px 15px;
    color: #0f0f0f;
    border: 1px solid #e7e5e5;
    margin-bottom:10px;
}
.title-heading {
    font-weight: 900;
}
.date-heading {
    display: block;
}

.selected_checkbox{
	width: 20px;
	height: 20px;
}

.btn-close {
    float: right;
}
.btn-close i{
    margin-right: 20px;
}
.dsg {
   margin-right: 10px;
   cursor:pointer;
   sel
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.main-block {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-1 {
    background-color: #f2f2f2;
    width: 51%;
    display:inline-block;
    margin:5px 0;
    color: #3c3c3c;
}
.box-2 {
    background-color: #f2f2f2;
    width: 30%;
    display:inline-block;
    margin:5px 0;
    color: #3c3c3c;

}
.box-3 {
    background-color: #f2f2f2;
    width: 10%;
    display:inline-block;
    margin:5px 0;

}
.text {
    font-size: 16px;
    padding: 5px 0;
    color: #3c3c3c;
    /*font-weight:bold;*/
    text-align:center;
}

.text-1 {
    font-size: 18px;
    color: #3c3c3c;
    /*font-weight:bold;*/
    text-align:center;
}

@media all and (max-width: 699px) and (min-width: 280px) {
    .text-1 {
        font-size: 14px;
    }
    .text {
        font-size: 12px;
    }
}

.text {
    padding: 5px 0;
    color: #404040;
    /*font-weight:bold;*/
    text-align:center;
}
.text-02 {
    padding: 5px 0;
    color: #404040;
    font-weight:bold;
    text-align:center;
    font-size: 12px;
}
.text-1 {
    /*font-size: 24px;*/
    color: #404040;
    /*font-weight:bold;*/
    text-align:center;
}
.text-2 {
    font-size: 14px;
    color: #404040;
    font-weight:bold;
    text-align:center;
}

@media all and (max-width: 699px) and (min-width: 280px) {
    .text-2 {
        font-size: 12px;
        color: #404040;
        /*font-weight:bold;*/
        text-align:center;
    }
    .text-02 {
        font-size: 10px;
    }
}
@media all and (max-width: 999px) and (min-width: 699px) {
    .text-1 {
        font-size: 14px;
    }
    .text {
        font-size: 12px;
    }
}

table.tblstyle {
    background-color: #D7D7D7;
}

.table.tblstyle tr td:nth-child(1n) {
    background: #D7D7D7;
    border-bottom: 3px solid #ffffff;
    border-right:3px solid #ffffff;
    color: red;
}
.table.tblstyle tr td:nth-child(2n) {
    background: #54C972;
}


.topstyle {
    margin-top: 4px;
}

.mytable > tbody > tr > td, .mytable > tbody > tr > th, .mytable > tfoot > tr > td, .mytable > tfoot > tr > th, .mytable > thead > tr > td, .mytable > thead > tr > th {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.bgcolor {
    background: #54C972;
}
.tablebtm {
    margin-bottom: 2px;
}
.margin-top {
    margin-top:20px;
}
.moves {
    height: 200px;
    border: 1px solid #e2e2e2;
    margin-top: 5px;
    overflow-y: scroll;
    padding-top: 10px;
}
.scores {
    margin: 2px;
    width: 98%;
}
.scores tr td:nth-child(1){
    border: 0;
    width: 18%;
    background:#EEEEEE;
    color:#707070;
    padding: 4px;
    overflow-x: hidden;
}
.scores tr td:nth-child(2){
    border: 0;
    width: 39%;
    color:#707070;
}
.scores tr td:hover:nth-child(2){
    border: 0;
    background: #EEEEEE;
    width: 39%;
    color:#707070;
}
.scores tr td:nth-child(3){
    border: 0;
    width: 39%;
    color:#707070;
}
.scores tr td:hover:nth-child(3){
    border: 0;
    background: #EEEEEE;
    width: 39%;
    color:#707070;
}
.playercontrols {
    color: #707070;
    font-size: 50px;
    background: white;
    border: 0px;
}
.playercontrols-live-button {
    color: #707070;
    font-size: 35px;
    background: white;
    border: 0px;
}
@media (max-width: 600px) {
    .playercontrols {
        color: #707070;
        font-size: 32px;
        background: white;
        border: 0px;
    }
    .playercontrols-live-button {
        color: #707070;
        font-size: 22px;
        background: white;
        border: 0px;
    }
}


ul.controls {
    margin: 20px;
    background-color: #EEEEEE;
    float: left;
    list-style-type: none;
}
.controls ul li {
    display:inline-block;
    margin: 0;
    list-style: none;
    background-image: url("/images/control.png");
}
.controls ul li img {
    display: block;
    margin: 0;
    padding:0;
}