html, 
body {
    height: 100%;
}

body {
    font-family: 'Roboto', 'Arial';

    font-size: 14px;
    line-height: 1.3em;

    color: #707070;

    text-align: left;
}
    body a {
        color: inherit;
    }

/*-----------------------------------*/

h1, .h1, 
h2, .h2, 
h3, .h3 {
    font-weight: bold;
    color: #000;
    font-family: 'eras-light';
    text-align: left;
}

h1, .h1 {
    font-size: 36px;
    line-height: 1.3em;
}

h2, .h2 {
    font-size: 30px;
    line-height: 1.3em;
}

h3, .h3 {
    font-size: 16px;
    line-height: 1.3em;
}

b, strong {
    font-weight: 700;
    color: #000
}

/*-----------------------------------*/

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: 7px;
    border: solid 1px #252525;
    font-size: 18px;
    line-height: 1em;
    color: #ffcb05;
    font-family: 'eras-light';

    background-image: none;
    background-color: #252525;
    background-image: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button-like {
    padding-left: 20px;
    padding-right: 20px;
}

aside {
    width: 210px;
    margin-right: 20px;    
}

aside + .column {
    width: calc(100% - 230px);
}
