#maplist table{width: 100%;font-size: 16px;margin-top: 20px;}
#maplist td{border: 1px solid #EBEBEB;line-height: 45px;}
#maplist .one{font-weight: bold;text-align: center;width: 15%;border:1px solid #EBEBEB;}
#maplist .one a{display:block;width:100%;border-left:4px solid #0A5CAA;}
#maplist .two{text-align: center;width: 18%;}

#maplist .three{padding-left: 10px;}
#maplist .three a{display: inline-block;margin: 0 10px;}
#maplist .three div{display: inline-block;margin: 0 10px;cursor: pointer;}
#maplist .three div:hover {color: #9d9d9d;}

table tbody tr:nth-child(even) {
    background-color: rgb(247, 253, 253);
}

.header, .header a {
    color: #0A5CAA;
    font-size: 22px;
}
