<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.vanbanquypham {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px;
}
.vanbanquypham .Search .ExTitle {
    border-bottom: 2px solid #175b98;
    margin: 0 0 10px;
  	position: relative;
}
.vanbanquypham .Search .ExTitle span::before{
	position: absolute;
    left: 10px;
    color: #1575D6;
}
.vanbanquypham .Search .ExTitle span{
    color: red;
    font: bold 11pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}
.vanbanquypham .Search .ExTitle &gt; h1 {
    color: #b80002;
    font: bold 11pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}

.vanbanquypham .List .Title &gt; span {
    color: #444;
    display: inline-block;
    font: bold 13px arial;
    margin: 10px 0;
}
.vanbanquypham table {
  width:100%;
}
.vanbanquypham table tr td table {
  width:0;
}
.vanbanquypham .List table th {
    color: #444;
    height: 30px;
    text-align: center;
  	border: 1px solid black;
}
.vanbanquypham .List table th:nth-child(4) {
    width:60px;
}
.vanbanquypham .List table td {
    color: #444;
    padding: 10px;
}
.vanbanquypham .List table td:nth-child(4) a{
    color: red;
    font-weight:bold;
}
.vanbanquypham table tr td table a{
    color: inherit !important;
    font-weight:normal !important;
}
.vanbanquypham .List table tr {
    color: #bbb;
}
.vanbanquypham .List table tr:last-child {
    /*border:1px solid #fff;*/
}
.vanbanquypham .List table tr:last-child td{
    padding:5px;
}
.vanbanquypham .Search {
    cursor: pointer;
    font: 13px arial;
}
.vanbanquypham .List table .download {
    color: #ae0002 !important;
    font: bold 13px arial;
    text-decoration: underline;
    width: 38px;
    display: inline-block;
}
.vanbanquypham .List table td:nth-child(1) a span {
    color: #333 !important;
    font: 11px arial;
    text-decoration: none;
}
.vanbanquypham .List table td:nth-child(2) {
    text-align: center;
}
.vanbanquypham input.Search, input.Cancel {
    background: #175b98 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px 0 #b3b3b3;
    color: #ffffff;
    cursor: pointer;
    font: 13px arial;
    height: auto !important;
    margin-right: 10px;
    margin-top: 8px;
    padding: 6px 10px;
    width: auto;
}
</pre></body></html>