/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/
table thead {
background-color: #ccc !important;
}

.green{
    color: #58c026;
}

.red{
    color: #ca3838;
}

caption, th, td {
    text-align: center !important;
}

a.openMap {
    color: #aaa;
    min-width: 170px;
    float: left;
}

table thead tr th {
    font-size: 12px;

}

.pk{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    writing-mode: tb-rl;
}

table tr td, table tbody tr td {
/*font-size: 13px;*/
padding: 10px 4px;
}

.ttip:hover:after, .ttip:hover:before {
    white-space: pre-wrap !important;
}

table tr td, table tbody tr td,
table tr th, table tbody tr th{
    font-size: 14px;
}

th.name {
    text-align: left !important;
}

table td small {
    font-size: 10px !important;
}

table tbody tr:hover {
    background-color: #eee;
}