/*Normal Table only*/
table#comp_table tr {
    border-top: 1px solid #404040;
}
table#comp_table tr:nth-child(even) {
    background-color: #181a1b;
}
table#comp_table tr:nth-child(odd) {
    background-color: #1f2123;
}
#comp_table th {
    padding: 0 5px;
    border: none;
    border-right: 1px solid #404040;
}
#comp_table td {
    padding: 6px 9px!important;
    border: none;
}
#comp_table tbody {
    text-align: center;
    font-size: 18px;
    color: tan;
}
table#comp_table thead {
    font-size: 14px;
    color: darkgoldenrod;
}
#comp_table tbody a {
    color: darkorange!important;
}
img.host_logo {
    width: 89px!important;
    max-width: none!important;
}
.png-flag {
    width: 27px;
    margin: 1px 2px;
}
td.cell-server-location {
    width: 200px;
    max-width: 120px;
}
td.slot-range {
    min-width: 91px;
}
/*Both Tables Div and Table*/
.eu-us-flag {    
    border-bottom: solid 2px yellowgreen;
    padding-bottom: 1px;
    cursor: pointer;
}
span.eu-us-wrap {
    position: relative;
}
td.cell-slot-range {
    min-width: 70px;
}
span.eu-us-wrap:hover > .flags-tooltip {  
    display: block;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    bottom: 102%;
    left: 50%;
    margin-left: -60px;
    position: absolute;
}
span.flags-tooltip {
    display: none;
}
span.ddos-yes {
    width: 7%;
    color: yellowgreen;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #7c7c7c;
}
/*GMOD Table*/
table.hosting_comparison_table {
    border-collapse: collapse;
    text-align: center;
    max-width: none!important;
    border: 4px solid #161718;
}
caption.hosting_comparison_caption {
    text-shadow: 0px 0px 1px black;
    text-align: right;
    padding: 5px;
}
tr.top-tr {
    vertical-align: bottom;
}
td.proslist {
    text-align: left;
}
td.proslist ul {
    margin: 0;
}
td.hostlogocell {
    vertical-align: middle;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.img-with-tooltip:hover {
    cursor: pointer;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    z-index: 1;
}
td.provnr {
    vertical-align: middle;
}
td.cellling {
    vertical-align: middle;
}
td.host-rating {
    vertical-align: middle;
}
.img-with-tooltip {
    border-bottom: solid 2px yellowgreen;
}
span.min-order-1 {
    display: block;
}
span.vote-count {
    display: block;
    min-width: 50px;
    position: relative;
}
.total-votes {
    display: block;
}
.vote-up, .vote-down:hover {
    cursor: pointer;
}
.vote-up {
    color: chartreuse;
}
.vote-down {
    color: crimson;
}
span.login-to-vote {
    position: absolute;
    top: -31px;
    width: 278px;
    right: 5px;
    background-color: crimson;
    color: aliceblue;
}

.thanks-for-voting {
    position: absolute;
    top: -31px;
    width: 278px;
    right: 5px;
    background-color: chartreuse;
    color: black;
}
span.com-table-caption-pre-top {
    background-color: #76a517;
    padding: 4px;
    border-radius: 1px;
    color: white;
    text-shadow: 0 0 3px black;
}
time.last-mod {
    text-decoration: underline;
    text-decoration-color: darkred;
    text-decoration-style: dotted;
}
/*Popup vote message animation*/
.login-to-vote, .thanks-for-voting {
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
/*End Log in to vote*/