html, 
body {
    height: 100%;
}

body {
    font-family: 'gotham';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    text-align: left;
    color: #363362;
    background-color: #fff;
}
    body a {
        color: inherit;
    }

/*-----------------------------------*/

h1, .h1, 
h2, .h2, 
h3, .h3 {
    color: #363362;
}

h1, .h1 {
    font-size: 35px;
    line-height: 1.3em;
}

h2, .h2 {
    font-size: 27px;
    line-height: 1.3em;
}

h3, .h3 {
    font-size: 20px;
    line-height: 1.3em;
}

h1 + h2, 
h2 + h3 {
    margin-top: -20px;
}

b, strong {
    font-weight: 700;
}

/*-----------------------------------*/

img[style*="float:left"], 
img[style*="float: left"] {
    margin-bottom: 20px;
}

/*-----------------------------------*/

th, 
td {
    padding: 15px;
    border: solid 1px #ccc;
}

th {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #00476b;
}

td {
    color: #000;
    vertical-align: middle;
}

td a {
    text-decoration: underline;
    color: green;
}

table.zebra-striped tbody tr {
    background-color: #fff;
}

table.zebra-striped tbody tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}

/*-----------------------------------*/

fieldset {
    padding: 0px;
    border: none;
    background-color: transparent;
}

input[type=submit], 
.button-like {
    border: solid 1px #00b0ef;
    font-size: 22px;
    line-height: 1.3em;
    color: #fff;

    background-image: none;
    background-color: #00b0ef;
    background-image: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button-like {
    padding-left: 20px;
    padding-right: 20px;
}

/*-----------------------------------*/

aside {
    width: 200px;
    margin-right: 20px;    
}

aside + .column {
    width: 960px;
}