﻿.margin-top20 {
    margin-top: 20px;
}
.margin-top5
{
    margin-top:5px;
}
.alphabet-list {
    column-width: auto;
    margin-left: -17px;
    margin-bottom: 5px;
}

.alphabet-list {
    column-width: auto;
}

    .alphabet-list li {
        width: 44px;
        height: 34px;
    }

        .alphabet-list li a {
            font-size: 15px;
            color: #007DBC;
               width: 44px;
        height: 34px;
        padding-left:19px;
        }

        .alphabet-list li a.active {
            background-color: #007DBC;
            color: #fff;
            border-radius: 5px;
        }

.comp table tr td,
.exec table tr td {
    padding-left: 0px !important;
}

.comp table tr:first-child,
.exec table tr:first-child {
    border-bottom: none !important;
}

.comp table tr td span,
.exec table tr td span {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}

.comp table tr:first-child td:first-child,
.exec table tr:first-child td:first-child {
    border-top: none !important;
}

.comp table tr:last-child,
.exec table tr:last-child {
    border-bottom: 1px solid #dfdfdf;
}

    .comp table tr:last-child td:last-child,
    .exec table tr:last-child td:last-child {
        border-bottom: 1px solid #dfdfdf;
    }

nav {
    margin-top: 1.3em;
}

.footerbox
{
    display:none;
    float:right;
}
@media (min-width: 992px) {
    .footerbox {
     display:block;
    }
}

