#content {
    /*border: 1px solid #006699;*/
    clear: both;
    padding: 0 1em;
    padding-bottom:10px;
    height: auto;
    background: white;
}
#header ul li {
    float: left;
    margin: 0;
    color: black;
    margin-left: -1px;
    border-radius: 0px;
}
@media (max-width:600px){
    #header ul li {
        float: none;
        margin-top: -1px;
    }
}
#header #selected a {
    position: relative;
    top: 1px;
    background: white;
    color: black;
    font-weight: bold;
}
.remover {
    text-decoration: none;
    background: transparent;
    background-image: url("../remover.png");
    width: 17px;
    height: 17px;
    text-align: center;
    border: 0px;
    cursor: pointer;
}

.botaolargo ,.botao, .botaovermelho{
    border: 1px solid #0075D5;
    padding: 9px 5px;
    color: #0075D5;
    text-transform: uppercase;
    background: white;
    border-radius: 0px;
    font-size: 12px;
}

.botaolargo:hover,
.botao:hover {
    color: white;
    background: #0075D5;
}
.botaovermelho:hover{
    color: white;
    background: #0075D5;
}
.table-responsive{border:none;}
.table>tbody>tr>td{border:none;}
.botaolargo{margin-top:15px;}
th{text-align:center; }
table {
    border-spacing: 2px;
    border-collapse: separate;
}