.titlemax3d {
    padding: 5px;
    background: #f9f9f9
}

    .titlemax3d.bold {
        font-weight: bold
    }

.txtgray {
    color: #58595B
}

.alignleft {
    text-align: left !important;
    padding-left: 7px;
}

.mgb-0 {
    margin-bottom: 0;
}

.keno-text-kq {
    background: #f2f2f2;
    padding: 6px 12px;
    font-size: 16px;
}

.td-text16 {
    font-size: 16px;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.bg-ligh {
    background: #f2f2f2;
}

.kn-number {
    width: 10%;
    font-size: 21px
}

.pad-012 {
    padding: 0 12px
}

.table-max3d {
    text-align: center
}

.bgcolor-red {
    color: #fff;
    background: #CC0000;
}

.table.vertical-top td, .table.vertical-top th {
    vertical-align: middle;
}

.entry-info {
    padding: 0 12px;
}

.bgf1f1f1 {
    background: #f1f1f1;
}

.label-item {
    display: inline-block;
    margin-right: 12px;
}

    .label-item:last-child {
        margin-right: 0;
    }

.input-text {
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select-text {
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.select-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.row-group {
    display: block;
    margin-bottom: 12px;
}

.row-inline:last-child {
    margin-bottom: 0;
}

.w120 {
    width: 120px;
}

.font-normal {
    font-weight: normal;
}

.col-td-1 {
    width: 10%;
}

.col-td-2 {
    width: 70%;
}

.col-td-3 {
    width: 20%;
}

.ic-12 {
    height: 12px;
    width: 12px;
}

.text-content {
    padding: 10px;
    border-bottom: solid 1px #e0e0e0;
}

    .text-content p {
        padding: 4px 0;
    }

.row-inline {
    display: inline-block;
    margin-right: 12px;
}

    .row-inline:last-child {
        margin-right: 0;
    }

@media only screen and (max-width:800px) {
    .row-inline {
        display: block;
        margin-right: 0;
    }

    .kn-number {
        width: 10%;
        font-size: 16px;
    }

    .td-text16 {
        font-size: 13px;
    }
}
.up_keno {
    transform: rotate(180deg);
}