dl dd {
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
}
.dlinfo h3,
.tableclass-title h3{
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #894cb1;
}
.dlinfo dl {
    padding: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #000;
    margin-bottom: 0;
}
.dlinfo dt{
    float: left;
    display: block;
    padding: 5px;
    font-weight: normal;
    width: 15%;
    text-align: left;
    font-size: 120%;
    text-align: center;
    margin-bottom: 2px;
    background-color: rgba(219, 179, 213, 0.5);
}
.dlinfo dd{
    float: left;
    display: block;
    padding: 5px;
    font-weight: normal;
    width: 85%;
    text-align: left;
    font-size: 120%;
    background-color: hsl(0,0%,95%);
    margin-bottom: 2px;
    color: hsl(0,0%,20%);
}
.dlinfo ol{
    margin: 0;
    padding-left: 15px;
}
.dlinfo li{
    margin-bottom: 5px;
}
.dlinfo i,.css_td a{
    margin-left: 10px;
    color:rgb(217, 100, 200); 
}
.css_table{
    display: table;
    width: 100%;
}
.css_caption{
    display: table-caption;
}
.css_tr{
    display: table-row;
}
.css_td{
    display: table-cell;
    font-size: 120%;
    background-color: hsl(0,0%,95%);
    padding: 5px;
    border-bottom:2px solid hsl(0,100%,100%);
}
.css_td:first-child{
    width: 15%;
    background-color: rgba(219, 179, 213, 0.5);
    text-align: center;
    color: #000;
}
.button_box{
    margin-top: 10px;
}
.stationtab{
    margin-top: 30px
}
.stationtab ul.nav-tabs li a{
    background-color: #6fe7dd;
    text-align: center;
    margin: 0 1px;
    line-height: normal;
    border: 0;
    border-radius: 0;
    font-size: 135%;
    min-width: 150px;
}
.stationtab ul.nav-tabs li.active a,
.stationtab ul.nav-tabs li a:hover{
    background-color: #237AB8;
    color: #fff;
    border: 0;
    margin: 0;
}
.stationtab .tab-content{
    margin-top: 20px;
}
.document {
    font-size: 120%;
}
@media(max-width:480px){
    .dlinfo dt,.dlinfo dd{
        width: 100%;
    }
    .stationtab ul.nav-tabs li a{
        min-width: inherit;
    }
    .css_td:first-child {
        width: 25%;
    }
    .table-responsive{
        border: 0;
    }
}

