/* Create two equal columns that floats next to each other */


/* Style badges inside the list group */

.badge-evp {
    background-color: red;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 9px;
    text-align: center;
    margin-left: 8px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}