html, 
body {
    height: 100%;
    background-color: #fff;
}

body {
    font-family: 'Roboto', 'Arial';

    font-size: 14px;
    line-height: 1.3em;

    color: #555;

    text-align: left;
}
    body a {
        color: inherit;
    }

/*-----------------------------------*/

h1, .h1, 
h2, .h2, 
h3, .h3 {
    color: #282c45;
    font-family: 'gotham';
    text-align: center;
}

h1, .h1 {
    font-size: 36px;
    line-height: 1.3em;
}

h2, .h2 {
    font-size: 30px;
    line-height: 1.3em;
}

h3, .h3 {
    font-size: 20px;
    line-height: 1.3em;
}

b, strong {
    font-family: 'gotham-bold';
}

/*-----------------------------------*/

img[style*="float:left"], 
img[style*="float: left"] {
    margin-bottom: 20px;
}

/*-----------------------------------*/

th, 
td {
    padding: 15px;
    border: solid 1px #ccc;
}

th {
    color: #4A434A;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
}

td {
    color: #000;
    vertical-align: middle;
}

table.zebra-striped tbody tr {
    background-color: #fff;
}

table.zebra-striped tbody tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}

/*-----------------------------------*/

hr {
    width: 90%;
    border-top: solid 1px #baded0;
}

/*-----------------------------------*/

fieldset {
    padding: 0px;
    border: none;
    background-color: transparent;
}

select, 
input, 
textarea {
    color: #333;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=submit], 
.button-like {
    padding: 10px;
    border: solid 1px #3b8ea9;
    font-size: 14px;
    line-height: 1em;
    color: #3b8ea9;

    background-image: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    transition-property: background, color, border-color;
    transition-duration: 0.3s;
}

input[type=submit]:hover, 
.button-like:hover {
    border-color: #3e4095;
    color: #fff;
    background-color: #3e4095;
}

.button-like {
    padding-left: 20px;
    padding-right: 20px;
}

aside {
    width: 210px;
    margin-right: 20px;    
}

aside + .column {
    width: calc(100% - 230px);
}
