@font-face {
    font-family: 'lato';
    src: url('/__ovhp/common/font/lato-light-webfont.eot');
    src: url('/__ovhp/common/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/__ovhp/common/font/lato-light-webfont.woff') format('woff'),
         url('/__ovhp/common/font/lato-light-webfont.ttf') format('truetype'),
         url('/__ovhp/common/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('/__ovhp/common/font/lato-regular-webfont.eot');
    src: url('/__ovhp/common/font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/__ovhp/common/font/lato-regular-webfont.woff') format('woff'),
         url('/__ovhp/common/font/lato-regular-webfont.ttf') format('truetype'),
         url('/__ovhp/common/font/lato-regular-webfont.svg#latoregular') format('svg');
     font-weight: 400;
     font-style: normal;
}

html { font-size: 100%; }
body { background-image: url("/__ovhp/common/img/transparentTriangle.svg"); font-size: 0.8em;  margin: 0; font-family: "lato",  'Arial';  padding: 0 0 0 0; }
div.header { background-color: #000E9C; width: 100%; height: 10%; padding-top: 35px; position: relative; }
div.wrapper {  margin: 0 auto;  padding: 0;  max-width:  736px; }
div.content { width: 100%; height: 79%; min-height: 750px; text-align: center; }
div.content h1 { font-size: 2.5em; font-weight: 200; }
div.item { display: inline-block; width: 22%; margin: 1%; }
div.item:last-child,
div.item:nth-of-type(5n) { margin-right: 0; }
div.item img { max-width: 78px; display: block; margin: 0 auto 10px auto; }
div.item a { display: block; font-size: 1.2em; color: #000E9C; line-height: 1.4em; }

div.footer { background-color: #000E9C; width: 100%; height: 10%; padding-top: 30px; text-align: center; color: #FFFFFF; }
div.footer a { color: #FFFFFF; font-size: 14px; }
div.footer a:hover { text-decoration: none; }

@media screen and (max-width: 681px) {
    div.item { float: none; width: 100%; clear: both; margin: 0 0 2% 0; padding: 2%; }
    div.wrapper { padding: 0 8px; }
    table tr td h3 { font-size: 1em; }
    table tr td span { font-size: 0.8em; }
}

img { width: 100%; }
hr { display: block; height: 0; font-size: 0; border: 0; border-bottom: solid 1px #494949; }
.full { width: 100%; }
table { width: 100%; }
table tr td h3 { width: 100%; display: block; text-align: center; font-weight: 400; font-size: 1.7em; margin: 8px 0; line-height: 20px; }
table tr td span { text-align: center; display: block; font-weight: 200; color #494949; font-size: 1em; }

#serverinfo h3 { color: #000E9C; }
#serverinfo h1 { font-size: 3.7em; color: #494949; font-weight: 100; }
#serverinfo p { font-size: 1.2em; color: #494949;  font-weight: 200; line-height: 20px; }

#userinfo {  margin-top: 50px;  font-weight: 200; font-size: 1.2em; line-height: 20px; }

#footer p { font-size: 1.5em; }
#brand {  margin-top: 30px; color: #FFFFFF; }
