/*! 
        Version: 5.6
        Text Domain: compensator
*/

.tables table {
    border: 1px solid black;
    width: 50%;
    margin: auto;
}
.tables caption {
    font-weight: bold;
    font-variant:small-caps;
    font-size:larger;
}
.details p {
width: 50%;
margin: auto;
text-align: center;
}
.error {
color:red;
font-size:x-small;
}
.link {
text-decoration: underline;
}
.check{font-size:x-small !important;
}
.footnote{font-size:x-small;
}
sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }