/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-Nov-2015, 19:35:10
    Author     : Vincent
*/
div#message {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:40%;
    border: solid 2px black;
}

tr.heading {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 10px;
}

tr.body {
    font-size: 10px;
    text-transform: uppercase;
    color: #5a5a5a;
    padding: 2px;
    align: top;
}

tr.footer {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px;
}

td.head{
    border-right-color: white;
}

body { 
    font-size: 11px;
    background-color: #ffffff;
    padding-top: 50px; 
    padding-bottom: 50px; 
}

@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}

/*main.css*/
.nav a {
    font-weight: bold;
    text-transform: uppercase;
}

.content h3 {
    font-family: 'Shift', sans-serif;
    font-size: 18px;
    font-weight: bold;
}