* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    text-align:justify;
    font-family: 'Open Sans', sans-serif;
}
html, body {
    height: 100%;
}
body {
    background-image: url('../images/bg-crab-1.jpg');
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    color:#eee;
    line-height:19px;
    font-size: 13px;
}
body.bg2 {
    background-image: url('../images/bg-crab-2.jpg');
}
body.bg3 {
    background-image: url('../images/bg-crab-3.jpg');
}
a img {
    border: 0;
}
a {
    color:white;
    text-decoration:none;
}
a:hover,
a.sel {
    color:#ea5505;
}
a.add {
    background:transparent url('../images/plus.png') no-repeat left center;
    padding-left:20px;
    margin-right:5px;
    display:inline-block;
    line-height:16px;
}
a.edit {
    background:transparent url('../images/edit.png') no-repeat left center;
    padding-left:20px;
    margin-right:5px;
    display:inline-block;
    line-height:16px;
}
a.delete {
    background:transparent url('../images/cancel.png') no-repeat left center;
    padding-left:20px;
    margin-right:5px;
    display:inline-block;
    line-height:16px;
}
button {
    padding: 3px 5px;
    cursor:pointer;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
h1 {
    font-size:24px;
    margin:24px 0;
}
h2 {
    font-size:20px;
    margin:20px 0;
}
h3 {
    font-size:16px;
    margin:16px 0;
}
p {
    margin-bottom:10px;
}
ul {
    padding-left:13px;
}
textarea {
    resize:none;
    height:80px;
    font-size:12px;
    overflow:hidden;
}
table {
    border-spacing:0;
}
#cke_contents_text textarea {
    overflow:auto;
}
div.back {
    text-align:right;
}
div.clear {
    float:none !important;
    clear:both;
}
div.ajax {
    background: url('../images/ajax-loader.gif') no-repeat center center;
    min-height: 20px;
    display: inline-block;
    min-width: 160px;
}

div.error {
    margin: 70px 0 20px;
}  
div.error.icon {
    padding-left: 160px;
    min-height: 140px;
    background-repeat: no-repeat;
    background-position: top left;
}
div.error.icon.e403 {
    background-image: url('../images/error-icons/403.png');
} 
div.error.icon.e404 {
    background-image: url('../images/error-icons/404.png');
} 
div.error.icon.e503-construction {
    background-image: url('../images/error-icons/503-construction.png');
}
div.error.icon.e503-down {
    background-image: url('../images/error-icons/503-down.png');
} 
.italics {
    font-style: italic;
} 

body > div {
    padding:0 15px;
}
#logo {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom:solid 1px #8e0e02;
    padding:15px;
    text-align:center;
    min-width:1200px;
}
#logo img {
    max-height:120px;
}
#black {
    background-color: rgb(1, 1, 1);
    background-color: rgba(1, 1, 1, 0.98);
    border-bottom:solid 1px #8e0e02;
    margin-bottom:40px;
    min-width: 1200px;
    padding:0;
}
#black > div {
    margin: 0 auto;
    position: relative;
    min-width:1200px;
    width: 1200px;
    padding: 0 15px;
}

#home-gallery {
    position:relative;
    overflow:hidden;
    width:1170px;
    height:660px;
    z-index:7;
    margin-bottom: 20px;
}
#home-gallery div.gal_img {
    overflow:hidden;
    width:1170px;
    height:660px;
    position:absolute;
    top:0;
    left:0;
}
#home-gallery div.gal_img > div {
    overflow:hidden;
    width:1170px;
    height:660px;
}
#home-gallery div.gal_img.hide {
    display:none;
}

#page {
    margin: 0 auto;
    position: relative; 
    min-width:1200px;
    width:1200px;
}

#topmenu {
    padding: 15px 0;
    display: table;
}
#topmenu > div {
    display: table-row;
}
#topmenu > div > nav,
#topmenu > div > aside {
    white-space:nowrap;
    padding:0;
    vertical-align:middle;
    display: table-cell;
}
#topmenu > div > nav {
    padding-left:0;
    border-left: none;
    padding-right:30px;
}
#topmenu > div > nav ul {
    padding-left: 0;
}
#topmenu > div > nav li {
    display: inline-block;
    padding: 0 10px;
    border-left:solid 1px white;
}
#topmenu > div > nav li:first-child {
    padding-left:0;
    border-left:none;
}
#topmenu > div a {
    font-size:16px;
}
#topmenu > div aside.sep {
    width:100%;
    border-left:none;
    text-align:right;
}
#topmenu > div aside.sep + aside {
    border-left:none;
    padding-right: 0;
    padding-left: 30px;
}
#topmenu > div aside.sep + aside a {
    border-left:solid 1px white;
    padding: 0 10px;
}
#topmenu > div aside.sep + aside a:first-child {
    border-left:none;
    padding-left:0;
}
#topmenu > div aside.sep + aside a:last-child {
    padding-right:0;
}
#topmenu form {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 350px;
}
#topmenu form input[type="text"] {
    width: 100%;
    border: none;
    padding: 0 50px 0 15px;
    line-height: 26px;
    height: 26px;
    border-radius: 0 !important;
}
#topmenu form input[type="text"].preload {
    background-image: url("../images/preloader.gif");
    background-position: center right 50px;
    background-repeat: no-repeat;
}
#topmenu form input[type="submit"] {
    background-color: #8e0e02;
    background-image: url("../images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    background-size: auto 65%;
    border-radius: 0 !important;
}
#topmenu form input[type="submit"]:hover {
    background-color: #ea5505;
}
#topmenu form div.search-whisperer {
    position: absolute;
    width: 100%;
    background-color:white;
    z-index: 100;
    border-top: solid 1px black;
}
#topmenu form div.search-whisperer > a {
    display: table;
    color: black;
    font-size: 10px;
    border-bottom: solid 1px black;
    width: 100%;
}
#topmenu form div.search-whisperer > a:hover {
    background-color: #ddd;
}
#topmenu form div.search-whisperer > a img {
    max-width: 40px;
    max-height: 40px;
}
#topmenu form div.search-whisperer > a > span {
    display: table-cell;
    vertical-align:top;
    padding: 3px;
}
#topmenu form div.search-whisperer > a > span:last-child {
    width: 100%;
    padding-right: 10px;
}
#topmenu form div.search-whisperer > a > span > span {
    display: block;
    line-height: 12px;
    white-space: normal;
    text-align: left !important;
    text-indent: -20px;
    padding-left: 20px;
    margin-bottom: 2px;
}
#topmenu form div.search-whisperer > a > span > span.img {
    display: block;
    background-color: black;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: relative;
    font-size:0;
    overflow: hidden;
}
#topmenu form div.search-whisperer > a > span > span.img img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}
#topmenu form div.search-whisperer > a > span > span.title {
    font-size: 12px;
    font-weight:bold;
    color: #ea5505;
    line-height:14px;
}
#topmenu form div.search-whisperer > a.next {
    display: block;
    padding: 5px;
    text-align:center;
}

section.home > nav {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
section.home > nav > div {
    display:inline-block;
    width:100%;
}
section.home > nav > div > a {
    display:table-row;
}
section.home > nav > div > a > span:first-child {
    vertical-align:middle;
    display:table-cell;
    text-align:center;
    width:50px;
    height:40px;
    padding:5px 5px 5px 0;
}
section.home > nav > div > a > span:first-child > img {
    display:block;
    margin:0 auto;
    max-height:30px;
    max-width:45px;
}
section.home > nav > div > a > span:last-child {
    display:table-cell;
    vertical-align:middle;
}

#cont {
    clear:both;
}
#cont img {
    /*max-width:100%;*/
}
body.cke_show_borders {
    padding:0px 10px;
}
#cont > div {

}

#cont span.status span {
    padding-right:10px;
}
#cont span.status span.green {
    color:lightgreen;
}
#cont span.status span.red {
    color:red;
}
#cont > div > table {
    width:100%;
}
#cont > div > table td.right {
    text-align:right;
}
#cont span.status span.blue {
    color:blue;
}
#cont table.subarticle {
    padding:10px;
    font-size:14px;
    margin-top:10px;
    color:black;
    width:100%;
}
table.highlight {
    margin-top:10px;
    border:dashed 1px black;
    width:100%;
    height:100%;
}
#cont table.subarticle > tbody > tr > td:first-child > h2 {
    margin-right:10px;
}
#cont table.subarticle h2 {
    color:black;
    margin:0;
    margin-bottom:10px;
    text-align:left;
}
#cont table.subarticle a {
    color:black;
}
#cont table.subarticle td {
    vertical-align:top;
}
#cont table.subarticle > tbody > tr + tr > td:first-child {
    max-width:256px;
}
#cont table.subarticle > tbody > tr + tr > td:first-child + td {
    min-width:464px;
}
#cont table.subarticle div.img {
    vertical-align:top;
    margin-right:10px;
}
#cont table.subarticle div.img a {
    display:block;
    overflow:hidden;
    width:244px;
    height:94px;
    background-color:white;
    border: solid 1px #999;
}
#cont table.subarticle div.img a span {
    margin:2px;
    display:block;
    overflow:hidden;
}
#cont table.subarticle div.img > span {
    padding:2px;
    background-color:white;
    border: solid 1px #999;
    display:block;
    overflow:hidden;
}
#cont table.subarticle td.width100 {
    width:100%;
}
#cont table.subarticle td.right {
    text-align:right;
}
#cont table.subarticle table {
    width:100%;
}
#cont table.subarticle table td:first-child {
    font-size:11px;
}
#cont table.subarticle table span.green {
    color:lightgreen;
}
#cont table.subarticle table span.red {
    color:red;
}
#cont table.subarticle table span.blue {
    color:blue;
}
#cont img.imgedit {
    width: 500px;
}

#foot {
    padding:50px 0 70px;
    text-align:center;
}
#foot * {
    text-align:center;
}

form.form > table {
    width: 100%;
}
form.form input, 
form.form select,
form.form textarea {
    padding: 5px 8px;
    font-size: 13px;
    width: 100%;
    border: solid 1px #aaa;
}
form.form input[type="checkbox"],
form.form input[type="radio"] {
    width: auto;
    padding: initial;
    border: initial;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}
form.form > table > tbody > tr td {
    white-space: nowrap;
    padding: 5px 0;
    vertical-align: middle;
}
form.form > table > tbody > tr > td:first-child {
    white-space: nowrap;
    padding-right: 10px;
    padding-top: 11px;
    vertical-align:top;
}
form.form > table > tbody > tr > td:first-child + td {
    width: 100%;
    padding-right: 10px;
}
form.form > table > tbody > tr > td:last-child {
    width: 100%;
    padding-right: 0 !important;
}
form.form button[type="submit"] {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}

div.crabs div.left {
    float: left;
    width: 400px;
    padding-right: 40px;
}
div.crabs div.menu div.title {
    margin: 24px 0 12px;
    padding-bottom: 12px;
    font-size: 24px;
    border-bottom: solid 1px white;
}
div.crabs div.menu ul li {
    text-align: left;
    /*list-style-type: none;*/
    color: white;
}
div.crabs div.menu ul li.filled {
    color: #ffe671;
}
div.crabs div.menu ul li > span {
    color: white;
}
div.crabs div.menu ul li a.selected,
div.crabs div.menu ul li a:hover {
    color: #ea5505;
}
div.crabs article.right {
    float: right;
    width: 770px;
}
div.crabs article.right header {
    float: left;
}
div.crabs article.right div.compare_form {
    float: right;
    margin-top:25px;
}
div.crabs article.right div.compare_form button {
    border:none;
    color:white;
    padding: 0;
    padding-right:20px;
    display:inline-block;
    line-height:16px;
    margin-right: 10px;
}
div.crabs article.right div.compare_form button.add {
    background:transparent url('../images/plus.png') no-repeat right center;
}
div.crabs article.right div.compare_form button.delete {
    background:transparent url('../images/cancel.png') no-repeat right center;
}
div.crabs article.right div.compare_form button:hover {
    color:#ea5505;
}
div.crabs article.right h1 small {
    margin-left: 20px;
    font-size: 14px;
}
div.crabs article.right div.taxdetail {
    clear:both;
}
div.crabs article.right div.taxinfo {
    clear:both;
    display: table;
    width: 100%;
}
div.crabs article.right div.taxinfo > div {
    display: table-cell;
    vertical-align: top;
}
div.crabs article.right div.taxinfo > div:first-child {
    width: 100%;
}
div.crabs article.right div.taxinfo > div table {
    width: 100%;
    border-spacing: 1px;
}
div.crabs article.right div.taxinfo > div table td {
    padding: 3px 5px;
    background-color: black;
    text-align: left;
}
div.crabs article.right div.taxinfo > div table td:first-child {
    white-space: nowrap;
    padding-right: 8px;
    vertical-align:top;
}
div.crabs article.right div.taxinfo > div table td:last-child {
    width: 100%;
}
div.crabs article.right div.taxinfo > div:last-child {
    max-width: 460px;
}
div.crabs article.right div.taxinfo > div:last-child > div {
    margin-left: 10px;
}
div.crabs article.right div.desc {
    background-color:black;
    padding: 10px;
}
div.crabs article.right p:last-child {
    margin-bottom: 0;
}

div.gallery-education {
    text-align: justify;
    position:relative;
    margin-left: -16px;
}
div.gallery-education > div {
    display:inline-block;
    margin-left: 14px;
    height: 260px;
    margin-bottom: 20px;
}
div.gallery-education > div > div {
    display:table-cell;
    vertical-align: top;
}
div.gallery-education > div > div > a {
    display: block;
    text-align:center;
    max-width: 220px;
}
div.gallery-education > div > div > a > span:first-child {
    display: table-cell;
    width: 220px;
    height: 220px;
    vertical-align: middle;
    text-align: center;
    background-color: black;
    border: solid 1px black;
    border-radius: 5px;
    overflow: hidden;
}
div.gallery-education > div > div > a > span:first-child img {
    display:inline-block;
    max-width: 218px;
}
div.gallery-education > div > div > a:hover > span:first-child {
    border: solid 1px #ea5505;
}
div.gallery-education > div > div > a > span:last-child {
    display: inline-block;
    text-align:center;
    margin-top: 3px;
}
div.gallery-education div.ajax {
    min-height: 50px;
    display: block;
}

[class^="dropbox"] {
    min-height: 290px;
    overflow: hidden;
    width: 100%;
    background-color: white;
}

[class^="dropbox"] .message {
    font-size: 11px;
    text-align: center;
    padding-top:160px;
    padding-bottom:160px;
    display: block;
    color:#aaa;
}

[class^="dropbox"] .message i {
    color:#aaa;
    font-size:10px;
}

[class^="dropbox"]:before{
    border-radius:3px 3px 0 0;
}

/*-------------------------
    Image Previews
--------------------------*/

[class^="dropbox"] .preview {
    margin: 30px;
    position: relative;
    text-align: center;
}

[class^="dropbox"] .preview img {
    max-width: 100%;
    max-height: 180px;
    border: 3px solid #fff;
    display: block;
    margin-bottom: 30px;
    box-shadow:0 0 2px #000;
}

[class^="dropbox"] .imageHolder {
    display: inline-block;
    position:relative;
}

[class^="dropbox"] .uploaded {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display: none;
}

[class^="dropbox"] .preview.done .uploaded {
    display: block;
}

/*-------------------------
    Progress Bars
--------------------------*/

[class^="dropbox"] .progressHolder {
    position: absolute;
    background-color:#252f38;
    height:12px;
    width:100%;
    left:0;
    bottom: 0;

    box-shadow:0 0 2px #000;
}

[class^="dropbox"] .progress {
    background-color:#2586d0;
    position: absolute;
    height:100%;
    left:0;
    width:0;

    font-size: 8px;
    text-align: center;
    line-height: 12px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;

    -moz-transition:0.25s;
    -webkit-transition:0.25s;
    -o-transition:0.25s;
    transition:0.25s;
}

[class^="dropbox"] .preview.done .progress {
    width:100% !important;
}

[class^="dropbox"] .photo {
    margin: 7px;
    border: solid 1px black;
    padding: 10px;
    color: black;
}
[class^="dropbox"] .photo table td {
    white-space:nowrap;
}
[class^="dropbox"] .photo table td:last-child {
    text-align:left;
    width: 100%;
}

div.search div.result {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    border:solid 1px black;
    display: table;
    width: 100%;
}
div.search div.result:hover {
    border:solid 1px #8e0e02;
}
div.search div.result > a.image {
    background-color: black;
    display: table-cell;
    width: 220px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}
div.search div.result > a.image img {
    display: inline-block;
}
div.search div.result > div {
    display: table-cell;
    padding: 0 20px 20px;
}
div.search div.result > div > div {
    padding-bottom: 10px;
}
div.search div.result > div > div:last-child {
    padding-bottom: 0px;
}
div.search div.ajax {
    min-height: 50px;
    display: block;
}

div.gallery-photo > h1.center {
    text-align:center;
    padding-bottom: 30px;
}
div.gallery-photo > div.menu {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
div.gallery-photo > div.menu > h2 {
    display: table-cell;
    width: 50%;
    padding: 0 20px;
    vertical-align:bottom;
}
div.gallery-photo > div.menu > h2:first-child {
    text-align:right;
}
div.gallery-photo > div.menu > h2 a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top center;
    width: 200px;
    padding-top: 140px;
    text-align: center;
}
div.gallery-photo > div.menu > h2:first-child a {
    background-image: url('../images/sealife.png');
}
div.gallery-photo > div.menu > h2 a:hover {
    
}
div.gallery-photo > div.menu > h2:first-child a:hover {
    background-image: url('../images/sealife-active.png');
    color: #01a0e2;
}
div.gallery-photo > div.menu > h2:last-child a {
    background-image: url('../images/author-gallery.png');
}
div.gallery-photo > div.menu > h2:last-child a:hover {
    background-image: url('../images/author-gallery-active.png');
}
div.gallery-photo > div.author {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
div.gallery-photo > div.author > div {
    display: table-cell;
    vertical-align: top;
}
div.gallery-photo > div.author > div.left {
    width: 35%;
    padding-right: 30px;
}
div.gallery-photo > div.author > div.left h2 {
    border-bottom: 1px solid white;
    font-size: 24px;
    margin: 24px 0 12px;
    padding-bottom: 12px;
    line-height: 28px;
}
div.gallery-photo > div.author > div.right {
    background-color: black;
}
div.gallery-photo > div.author > div.right > div {
    margin-left: -26px;
    position: relative;
    text-align: justify;
    padding: 20px;
}
div.gallery-photo > div.author > div.right > div > div {
    display: inline-block;
    height: 260px;
    margin-bottom: 20px;
    margin-left: 26px;
}
div.gallery-photo > div.author > div.right > div > div > div {
    display: table-cell;
    vertical-align: top;
}
div.gallery-photo > div.author > div.right > div > div > div > a {
    display: block;
    max-width: 220px;
    text-align: center;
}
div.gallery-photo > div.author > div.right > div > div > div > a > span:first-child {
    background-color: black;
    border: 1px solid black;
    border-radius: 5px;
    display: table-cell;
    height: 220px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}
div.gallery-photo div.ajax {
    min-height: 50px;
    display: block;
}
div.gallery-photo div.sealife {
    text-align: justify;
    position:relative;
    margin-left: -16px;
}
div.gallery-photo div.sealife  > div {
    display:inline-block;
    margin-left: 14px;
    height: 260px;
    margin-bottom: 20px;
}
div.gallery-photo div.sealife  > div > div {
    display:table-cell;
    vertical-align: top;
}
div.gallery-photo div.sealife  > div > div > a {
    display: block;
    text-align:center;
    max-width: 220px;
}
div.gallery-photo div.sealife  > div > div > a > span:first-child {
    display: table-cell;
    width: 220px;
    height: 220px;
    vertical-align: middle;
    text-align: center;
    background-color: black;
    border: solid 1px black;
    border-radius: 5px;
    overflow: hidden;
}
div.gallery-photo div.sealife  > div > div > a > span:first-child img {
    display:inline-block;
    max-width: 218px;
}
div.gallery-photo div.sealife  > div > div > a:hover > span:first-child {
    border: solid 1px #ea5505;
}
div.gallery-photo div.sealife  > div > div > a > span:last-child {
    display: inline-block;
    text-align:center;
    margin-top: 3px;
}
div.gallery-photo div.sealife div.ajax {
    min-height: 50px;
    display: block;
}

div.videos > div.tax {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
div.videos > div.tax > div {
    display: table-cell;
    vertical-align: top;
}
div.videos > div.tax > div.left {
    width: 35%;
    padding-right: 30px;
}
div.videos > div.tax > div.left h2 {
    border-bottom: 1px solid white;
    font-size: 24px;
    margin: 24px 0 12px;
    padding-bottom: 12px;
    line-height: 28px;
}
div.videos > div.tax > div.right {
    background-color: black;
    padding: 20px 21px 20px 20px;
}
div.videos > div.tax > div.right > div {
    margin-top: 20px;
    border-radius: 5px;
    overflow:hidden;
    border: none;
    font-size: 0;
    height: 405px;
}
div.videos > div.tax > div.right > div:first-child {
    margin-top: 0;
}
div.videos div.ajax {
    min-height: 50px;
    display: block;
}
div.fancybox-title a {
    color: black;
    font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.fancybox-title a:hover {
    color: #ea5505;
}
div.fancybox-title span {
    color: black;
    font-weight: bold;
}
div#map {
    margin-top:20px;
}
div.cookiebar-content {
    text-align:center;
}

div.topics-menu {
    text-align:center;
    margin-bottom: 30px;
}
div.topics-menu > * {
    display: inline-block;
    font-size: 14px;
    margin: 5px 50px;
}
div.topics-menu a {
    font-size: 0;
    text-align:center;
}
div.topics-menu a > * {
    display:block;
}
div.topics-menu a > img {
    max-height: 80px;
    margin: 0 auto;
}
div.topics-menu a > span {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
div.topics-menu h1 a {
    color: #ea5505;
}


div.compare table {
    border-spacing: 2px;
    width: 100%;
}
div.compare table td,
div.compare table th {
    background-color:black;
    padding: 5px;
    text-align:justify;
    vertical-align:top;
}
div.compare table thead th {
    text-align:center;
}
div.compare table thead th form {
    text-align:center;
    margin: 10px 0 5px;
}
div.compare table td:first-child {
    font-weight:bold;
    width:100px;
    max-width:100px;
    min-width:100px;
    padding-right: 10px;
}
div.compare table.cols-1 td:first-child ~ td {
    width:calc(1200px - 100px - 3 * 2px);
}
div.compare table.cols-2 td:first-child ~ td {
    width:calc((1200px - 100px - 4 * 2px) / 2);
}
div.compare table.cols-3 td:first-child ~ td {
    width:calc((1200px - 100px - 5 * 2px) / 3);
}
div.compare table.cols-4 td:first-child ~ td {
    width:calc((1200px - 100px - 6 * 2px) / 4);
}
div.compare table.cols-5 td:first-child ~ td {
    width:calc((1200px - 100px - 7 * 2px) / 5);
}
div.compare button {
    border:none;
    color:white;
    padding: 0;
    padding-right:20px;
    display:inline-block;
    line-height:16px;
}
div.compare button.add {
    background:transparent url('../images/plus.png') no-repeat right center;
}
div.compare button.delete {
    background:transparent url('../images/cancel.png') no-repeat right center;
}
div.compare button:hover {
    color:#ea5505;
}
div.compare table tr.photo td:first-child ~ td {
    text-align:center;
}
div.compare img {
    display:inline-block;
    max-width:100px;
    line-height:100px;
    margin: 3px;
    vertical-align:middle;
}
div.compare table td:first-child ~ td div.spans {
    margin: -3px -10px;
    text-align:left;
    font-size:0;
}
div.compare table td:first-child ~ td span {
    display:inline-block;
    margin: 3px 10px;
    font-size:13px;
}
table.table {
    width: 100%;
}
table.table td,
table.table th {
    padding: 5px 8px;
}
table.table th {
    text-align: center;
}
table.table tbody tr td {
    border-top: solid 1px white;
}
table.table tbody tr td.va-top {
    vertical-align: top;
}
table.table tbody tr td.ta-center {
    text-align: center;
}
div.crab-polygon {
    display: inline-block;
}

div.crab-polygon.block {
    display: block;
    margin: 10px 0;
}
div.crab-polygon.block:first-child {
    margin-top: 0;
}
div.crab-polygon.block:last-child {
    margin-bottom: 0;
}
div.table {
    display: table;
}
div.table > * {
    display: table-row;
}
div.table > * > * {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 3px;
}
div.table > * > *:first-child {
    padding-left: 0;
}
div.table > * > *:last-child {
    padding-right: 20px;
}
div.infoWindow {
    color: black;
}
div.infoWindow > div {
    margin-top: 15px;
    max-height: 146px;
    overflow-y: auto;
    padding-right: 10px;
}