/* Tooltip text color */
* {
	font-family: "linotype", "Calibri", arial, sans-serif;
}

.tooltip {
    color: #fff;
}

/* Page number text */
.menuPageIndexInputWrapper input {
    font-size: 16px;
}

/* Toolbar input color */
.menuBar input {
    color: #878787;
}

/* Marked thumb items */
.thumbItemCurrent p,
.thumbItemMarked p {
    color: #fff;
}
.thumbsBox, .bookmarksBox, .searchBox, .shopBox, .privacyBox, .helpButton {
    background-color: rgba(245, 245, 245, 0.9);
}
.thumbItemCurrent p,
.tooltip,
.tooltip-menu, 
.tooltip-left-menu {
	color:#fff;
}
.tabOverlay svg polygon,
.tabContent svg polygon {
	fill: #022b52;
}

#body .rightTabWrapper:hover,
#body .leftTabWrapper:hover {
	transform: none !important;
}


.tab {
    line-height: 1;
	height:40px !important;
}
.tabWrapper {
	height:40px;
}

.tab tbody, 
.tab tr, 
.tab td {
    letter-spacing: 0.02em;
    color: white;
    font-weight: bold;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}


.rightTab {
	text-align : left;
}

.leftTab {
	text-align : right;
}
