﻿body {
    background: #e6e6e6;
    color: #333333;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

a {
    color: #333333 !important;
    text-decoration: none !important;
    cursor: auto;
}

a:hover {
     text-decoration: none; color: lightgrey !important; 

}

a:active{
    text-decoration: none; color: orangered !important;
}

table {
    padding: 0;
    margin: 0;
    width: 100%
}
th{
    font-weight:bold
}

a{
    color:darkgray;
    cursor: pointer;
}


/*#gov {
    background:Highlight;
}*/

#govbox {
    background:Highlight;
}

#tug {
    background:#ffe860;
}
#fracht {
    background:#99e698;

}
#tank {
    background:#ff4d4d;
}
#gross {
    background:darkgray;
    /*color:lightgray;*/
}
#passenger {
    background:#8080ff;
    /*color:lightgray;*/
}
#other{
   background:#d6d6c2;

}

#lbl_ship_count{
    margin-bottom:1rem;
}

#Map{
    margin-bottom:0.5rem;
    background: #fafafa;
}
.shiplistcolumn{
      
    width:9.2rem;
    float: left;
    padding-right: 10px;
    font-size: 63%;
    background: #fafafa;
}

#schiffslisteTHB{
    width: 100%;
    height: 500px;
    overflow: auto;
    background: #fafafa;
}

#lbl_ship_count{
    font-size: 70%;
    font-weight:bold;
}