th,td{
    vertical-align: middle!important;
}

.mt10{
    margin-top: 10px;
}

.pagination{
    margin: 0;
}

.my-tab-label {
    cursor: pointer;
    background: white;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    margin:0;
    margin-right: -4px;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.my-tabs .my-tab-input:first-of-type+label{
    border-radius: 5px 0px 0px 5px;
}

.my-tabs .my-tab-input:last-of-type+label{
    border-right: 1px solid lightgrey;
    border-radius: 0px 5px 5px 0px;
}

.my-tab-label:hover {
    color:#5bc0de;
}

.my-tab-input:checked + label {
    background: #5bc0de;
    color: white;
}

.my-tab-input {
    display: none;
}

section {
    display: none;
    padding: 10px 0 0;
}

.link-active{
    pointer-events: none;
}
.link-noactive{
    color: gray;
}