.SpecialList {
    width: 100%;
}
.SpecialList .ExContent .searchtext {
    margin-bottom:10px;
}
.SpecialList .ExContent .searchtext input {
    width: 82%;
    display: inline-block;
    height: 30px;
    padding:0 5px;
}
.SpecialList .ExContent .searchtext input.Search {
    width: 100px !important;
    display: inline-block;
    margin-left: 10px;
    background: #cd2323;
    border: none;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    margin: 10px;
}
.SpecialList .ExContent tr:last-child input.Search {
    width: 120px !important;
    display: inline-block;
    background: #cd2323;
    border: none;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    margin: 10px 0;
}
.SpecialList .ExContent tr:last-child input.Cancel {
    width: 120px !important;
    display: inline-block;
    background: #757575;
    border: none;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    margin: 10px 0;
}
/*------*/
.SpecialList .seachtype .agent .title {
    background: #c9e3f2;
    font: Bold 12px arial;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    height: 26px;
    padding: 5px;
    margin-bottom: 8px;
    box-shadow: 1px 1px 4px #999;
}
.SpecialList .Search .ExContent .seachtype{
    width: 105%;
}
.SpecialList .Search .ExContent .seachtype .agent {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 10px;
}
.SpecialList .Search .ExContent .seachtype .agent .content li {
    text-align: left;
    padding: 3px 0 3px 15px;
    background: url(images/i.png) no-repeat left center;
    background-size: 8%;
}
.SpecialList .Search .ExContent .seachtype .agent .content li a{
    font: 12px arial;
    color:#111;
}
.SpecialList .Search .ExContent .seachtype .agent .content li a:hover{
    color:#0084d6;
}
/*------*/
ul {
    list-style: none;
}
.SearchBox {
    width:100%;
}
.SearchBox *{
    font-size: 13px;
    font-family: Arial;
    width: 100%;
}
.SearchBox ul {
    list-style: none;
    padding:5px;
}
.SearchBox .box select{
    width:100% !important;
}
.SearchBox .box .title {
    background: #cd2323;
    margin-bottom: 10px;
    text-align: center;
    font: bold 14px/28px arial;
    color: #fff;
}
.SearchBox .box li {
    text-align: left;
    padding:5px 0;
}
.SearchBox .box li span{
    margin-bottom:8px;
    display:inline-block;
    font: bold 14px arial;
}
/*------*/
.ExContent table.search-content td {
    height: 35px;
}
.ExContent table.search-content td:nth-child(1) {
    width: 125px;
}
.ExContent table.search-content td:nth-child(3) {
    width: 250px;
    padding-left: 30px;
}
.ExContent table.search-content td.col2 select {
    width: 300px !important;
}

.ExContent table.search-content tr {
}

.ExContent table.search-content td input {
    width: 300px !important;
}
.ExContent table.search-content td.rcInputCell input {
    width: 150px !important;
}

/*------*/
.Search * {
    font-size: 13px;
    font-family: Arial;
}
.Search .ExTitle {
    background: #cd2323;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    height: 35px;
    padding-top: 6px;
    text-transform: uppercase;
}
.Search .ExTitle span {
    font: bold 14px/28px arial;
    color: #fff;
}
/*------*/
.List *{
    font-size: 14px;
    font-family: Arial;
}
.List {
    margin:20px 0;
}
.List .Title {
    background: #604d4d;
}
.List .Title span {
    font: bold 14px/28px arial;
    color: #fff;
    padding-left:20px;
}
.List div table {
    width:100%;
}
.List table th {
    border:1px solid #c1c1c1;
    padding:5px 10px;
    text-align:center;
}
.List table td {
    border:1px solid #c1c1c1;
    padding:5px 10px;
}
#.List table td:last-child a {
    background: url(images/d.png) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 130%;
    display: inline-block;
}
.List table td:last-child a span.download {
    color:transparent;
    background: url(images/d.png) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 130%;
    display: inline-block
}
.List div table tr:last-child td {
    #border:1px solid #fff;

}
.List div table tr:last-child td table {
    width:0;
}
.List div table tr:last-child td table td {
    border: none;
}
#.List table tr:last-child td:last-child a {
    background: url(images/d.png) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 130%;
    display: inline-block
}
.List table tr:last-child td:last-child span a {
    background: url(images/d.png) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 130%;
    display: inline-block
}
.List a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 768px){
.List table td{
    display: table-cell !important;
}
.SpecialList .Search .ExContent .seachtype .agent {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 5px;
}
.SpecialList .ExContent .searchtext input {
    width: 47% !important; 
    display: inline-block !important;
}
       .SearchBox {

    width: 100vw;
                padding:5px;
} 
        .SpecialList {
    padding: 5px;
}
}
