.extlink {
    /*display: inline-block;*/
    display: inline-table;
    width: 33.33%;
    padding: 10px 5px;
    min-height: 100px;

    vertical-align: top;
}
.extlink a {
    /*display: block;
    padding: 25px 0;*/
    display: table-cell;
    vertical-align: middle;

    -webkit-transition: .3s all;
         -o-transition: .3s all;
            transition: .3s all;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #e8173f;
    border: 2px solid black;
}

.extlink a:hover {
    color: white !important;
    border: 2px solid white !important;
    background-color: rgb(237,25,65) !important;
}
.breadcrumb ul {
    padding: 0;
    margin: 0;
    margin: 2em 0;
    list-style: none;
}
.breadcrumb li {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;

    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.back-to-mobile{
    background-color:  #737373;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.back-to-mobile a{
    color:  white;
    display: inline-block;
    width: 100%;
}
.breadcrumb li:after {
    content: "/ ";
}
.breadcrumb li:last-child:after {
    content: "";
}
.breadcrumb a {
    color: #666;
}
.back {
    float: right;
    margin-bottom: 20px;
}
.back a {
    color: #666;
}
.back_to_top_btn {
    height: 20px;
    text-align: center;
}
.back_to_top_btn a {
    float: right;

    color: #737373;
}

p{
    line-height: 2em;
    margin-bottom: 30px;
}

.tabs{
    display: inline-block;
    width: auto;
    height: 50px;
    margin: 0 auto 45px auto;
    text-align: center;
}

table {
    width: 100%;
    font-size: 1.2em;
    border-collapse: collapse;
    vertical-align: top;
}
table * {
    text-align: left;
    vertical-align: top;
}
table thead th {
    padding: 5px;
    text-transform: uppercase;
    border-bottom: 3px solid black;
}
table tbody td {
    padding: 10px 5px;
    font-weight: normal;
    line-height: 2em;
    border-bottom: 1px solid #333;
}