#content
{
	width: 98%;
	margin: auto;
	position:absolute;
	top: 180px;
	left: 1%;
}
#logo
{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 125px;
	background-color:#111;
	z-index: 100;
	box-shadow: 0px 6px 15px #111;
}
#logo img
{
	margin-top: 20px;
	margin-left: 20px;
}
#search
{
	position:absolute;
	top: 10px;
	width: 500px;
	left: calc(50% - 250px);
	text-align: center;	
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    transition: 0.3s;
	cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
    opacity: 0;
    width: 170px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2px;
    border-radius: 4px;
    transition: 0.2s 0.0s;
    font-size: 11pt;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    top: -50%;
    left: 140px;
    z-index: -1;
}

/* Tooltip text */
.tooltip .tooltiptext2 {
    opacity: 0;
    width: 180px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2px;
    border-radius: 4px;
    transition: 0.2s 0.0s;
    font-size: 11pt;
	font-weight: normal;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    top: -50%;
    left: 115%;
    z-index: -1;
}

.tooltip .tooltiptextbig {
    opacity: 0;
    width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2px;
    border-radius: 4px;
    transition: 0.2s 0.0s;
    font-size: 11pt;
	font-weight: normal;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    top: -50%;
    left: 115%;
    z-index: -1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .tooltip:hover .tooltiptext2, .tooltip:hover .tooltiptextbig {
    opacity: 1;
	transition: 0.2s 0.5s;
	z-index: 1;
}

.tooltip .tooltiptext::after, .tooltip .tooltiptext2::after, .tooltip .tooltiptextbig::after {
    content: " ";
    position: absolute;
    top: 22px;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}

.tooltiptext table, .tooltiptext tr, .tooltiptext td, .tooltiptext th, .tooltiptextbig tr, .tooltiptextbig td, .tooltiptextbig th {
    background-color: #333;
    text-align: left;
}

img.help {
	width: 14px;
	margin-left: 14px;
}
input[type=submit] {
	border-radius: 4px;
	background: #0b3752;
	color: white;
	padding: 2px 20px;
	transition: 0.2s;
}

input[type=submit]:hover {
	background: #1c4863;
}
