.DetailControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e0e0e0;
        padding: 10px;
}
.DetailControl .Title {
        color: #444;
        font-size: 18px;
        padding: 5px 4px 10px 4px;
        font-weight: bold;
}
.DetailControl .Title > span {
        font-size: 16px;
        font-weight: 500;
        color: #212529;
}
.DetailControl .Content .col1 {
        border-right: 1px solid #e0e0e0;
        color: #444;
        font-size: 14px;
        width: 150px;
}
.DetailControl .Content td {
        border-bottom: 1px solid #e0e0e0;
        border-collapse: collapse;
        border-spacing: 0;
        height: 35px;
        padding: 10px;
        font-size: 1rem;
}
.DetailControl .Content tr:last-child td {
        border-bottom: medium none;
}
.DetailControl .Content tr:last-child td a{
        color: #407abf;
        font-weight: 500;
        width: 200px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
}
@media only screen and (max-width: 768px){
        div.DetailControl {
                padding: 0 10px;
                border: none;
        }
}
