﻿

.content {
    font-family: 'Open Sans', sans-serif;
padding: 20px 50px;
}

.boldTitle {
    color:#F6144C;
    font-weight:bold;
}

.textRight {
    text-align:right;
}
.vatinfo {
    text-align:center;
}
    .vatinfo .lbl {
    display:inline-block;
    }
.alignLeft {
    float: left;
}

.alignRight {
    float: right;
    text-align:right;
}

.bigBold {
    color: #F6144C;
    font-weight: bold;
    font-size:xx-large;
}

.darkBold {
    font-weight: bold;
    color: black;
}

.darkBoldRight {
    font-weight: bold;
    color: black;
    text-align:right;
}

.clearleft{
	clear: left;	
}

.clear{
	clear: both;	
}

.logo { width:275px; height:110px; background-repeat:no-repeat; background-position:top left; float:left; display:inline-block;  }

#title { font-size:xx-large; float:right; }

.link {
    font-weight: bold;
}

.tooltip {
    border: 1px solid #C0C0C0;
    background-color: #F0F0F0;
    padding: 2px;
    text-align: center;
}

.tooltip span.classic{

padding: 15px 20px 15px 20px;
background-color: white !important;
border: 2px solid gray !important;

}

@media only screen and (min-width: 120px) and (max-width: 736px) {
    .tooltip span.classic {
        position: fixed !Important;
        top: 50% !Important;
        left: 50% !important;
        margin-right: -50%;
        transform: translate(-50%, -50%);
         width:75% !important;
    }
}