.UIDuAnDetail .TieuDe .main {
    text-transform: none;
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #182940;
    margin-top: 16px;
    display: inline-block;
}
.UIDuAnDetail table tr td {
    font-family: Roboto;
}
.UIDuAnDetail .TieuDe .time {
    font-size: 13px;
    color: #919191;
    padding: 10px 0;
}
.UIDuAnDetail .MaSo, .UIDuAnDetail .MaSo span {
    font-size: 17px;
    font-weight: 700;
    font-family: Merriweather;
}
.UIDuAnDetail td {
    padding: 10px;
}
.UIDuAnDetail table {
    width: 100%;
    margin: 10px 0;
}
.UIDuAnDetail table, .UIDuAnDetail th, .UIDuAnDetail td {
    border: 1px solid #ededed;
    border-collapse: collapse;
}
.UIDuAnDetail .Title, .UIDuAnDetail .Files>span {
    font-family: Merriweather;
    font-size: 19px;
    font-weight: 700;
    margin: 16px 0px;
    display: block;
}
.UIDuAnDetail table tr td:first-child {
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #62748D;
    vertical-align: middle;
}
.UIDuAnDetail table tr td:last-child {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #182940 !important;
} 
.UIDuAnDetail .Files a{
        color: #0d6efd;
}
.UIDuAnDetail .content *:not(.Title){
    font-family: 'Source Serif Pro';
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px){
        .UIDuAnDetail {
            padding: 10px;
        }
}