.navbar {
    border-radius: 0;
}

main > .container {
    padding: 20px 15px 20px;
}


.table {
    background-color: white;
}
th,
td {
    border: transparent;
}

tr, td, th {
    box-shadow: none !important;
}

td, th {
    padding: 12px 8px 12px 12px !important ;
}

table svg {
    color: #a9a9a9;
}

table svg:hover {
    color: rgb(0, 81, 195);
}

.ho {
    transition: .3s all ease;
}
.ho:hover {
    opacity: .5;
}
.w-200 {
    width: 200px;
}

a {
    /*color: #21201c;*/
    text-decoration: none;
    transition: .3s all ease !important;
    color: rgb(0, 81, 195);
}

a:hover {
    opacity: .5;
    color: #21201c;
    /*text-decoration: underline;*/
}

.summary {
    margin-bottom: 20px;
}

select {
    cursor: pointer;
}
a {
    font-weight: 500;
}
