.headerBorba {
    height: 80px;
}

.borba {
    color: #111111;
    margin: 38px;
    font-weight: 400;
}

.wrapperContent {
    width: 60%;
    height: 150px;
    margin: 0 auto;
    display: flex;
    flex-flow:column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.wrapperContent input, .button {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button  {
    width: 150px;
}

.containerTable {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
    padding-top:4%;
    padding-bottom: 2%;
    border: 1px solid #ffffffde;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
}

.toggle-vis {
    margin-left: 5%;
    color: rgb(158, 169, 173);
    font-weight: 600;
    word-spacing: 10px;
    letter-spacing: 3px
}

.toggle-vis:hover {
    color: #008CBA;
    font-weight: 900
}

.containterFooter {
    -webkit-align-items: flex-end; /* Safari */
    align-items:         flex-end;
}