div {
	color: black;
}

#tariffs {
    width: 100%;
    text-align: center;
    padding: 0;
    border: 1px solid #999;
    margin: 0;
    font: 11px normal "Helvetica", Verdana, sans-serif, Arial;
    border-collapse: collapse;
}

#tariffs th {
    background: #999;
    padding: 7px;
    color: black;
    font-weight: bold;
}
#tariffsThrive a{
	color:#666;
	}
#tariffsThrive th {
    background: #83be3c;
    padding: 5px;
    color: white;
    font-weight: bold;
	font-size:11px;
}

#tariffs tr:hover, tr.hover td {
    background: #aaf;
    color: #666;
    cursor: pointer;
}
#tariffsThrive tr:hover, tr.hover td {
    background: #ccefa1;
    color: #666;
    cursor: pointer;
}

#tariffs tr:hover, tr.hover td a {
    color: black;
}
#tariffsThrive tr:hover, tr.hover td a {
    color: black;
}

#tariffs td {
    padding: 2px 5px 2px 5px;
    color: inherit;
    background: inherit;
}

#tariffcontainer {
    max-width: 40em;
    margin: 20px;
    vertical-align: top;
}

#tariffcontent {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 1em;
}

#tariffdetails {
    width: 100%;
}

#tariffdetails thead td {
    text-align: center;
    font-weight: bold;
}
