
.ListControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
}
.ListControl .Search .ExTitle {
    border-bottom: 3px solid #ef59a1;
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
}
.ListControl .Search .ExTitle > span {
  
    color: #0074bc;
    display: inline-block;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight:bold;
  	padding-top: 5px;
}
.ListControl .ExContent tr:nth-child(1) td:nth-child(2) {
    display: inline-flex;
    width: 368px !important;
}
.ListControl .List .Title > span {
    color: #444;
    display: inline-block;
    font: bold 13px arial;
    margin: 10px 0;
}
.ListControl table {
  width:100%;
}
.ListControl .List table th {
    color: #444;
    height: 30px;
    text-align: center;
}
.ListControl .List table td {
    color: #000;
    padding: 5px;
}
.ListControl .List table tr {
    color: #bbb;
}
.ListControl .Search ,.Cancel{
    cursor: pointer;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.ListControl .List table .download {
    color: #ae0002 !important;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: underline;
    width: 50px;
    display: inline-block;
    font-weight:bold;
}
.ListControl .List table td:nth-child(1) a span {
    color: #333 !important;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
}
.ListControl .List table td:nth-child(2) {
    text-align: center;
}
.ListControl input.Search, input.Cancel {
    background: #0074bc;
    border-radius: 3px;
    box-shadow: 0 1px 2px #ddd;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 15px;
    text-transform: uppercase;
    border:none;
    margin:20px 10px 10px 0;
}
.ListControl .List table tr:last-child table {
    text-align: right;
    width:0;
}
.ListControl .List table tr:last-child td{
    border:1px solid #fff;
}
.ListControl .List table tr:last-child table span{
    text-align: right;
    width:0;
    font: bold 16px arial;
}
.ListControl .List table tr:last-child table a{
    text-align: right;
    width:0;
    font: 14px arial;
}