html, 
body {
    height: 100%;
}

body {
    font-family: 'gotham';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3em;
    color: #555;
    text-align: left;
    background-color: #fff;
}
    body a {
        color: inherit;
    }

/*-----------------------------------*/

h1, .h1, 
h2, .h2, 
h3, .h3 {
    color: #4169b2;
    font-family: 'gotham';
    font-weight: 300;
    text-align: center;
}

h1, .h1 {
    border-bottom: solid 1px #007236;
    font-size: 35px;
    line-height: 1.3em;
}

h2, .h2 {
    font-size: 25px;
    line-height: 1.3em;
}

h3, .h3 {
    font-size: 20px;
    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: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #e06517;
}

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;
}

/*-----------------------------------*/

hr {
    width: 90%;
    border-top: solid 1px #baded0;
}

/*-----------------------------------*/

fieldset {
    padding: 0px;
    border: none;
    background-color: transparent;
}

input, 
select, 
textarea {
    border-radius: 0px;
    color: #333;
}

input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
    color: #808280;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
    color: #808280;
}

input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
    color: #808280;
}

input:-moz-placeholder, 
textarea:-moz-placeholder {
    color: #808280;
}

input[type=submit], 
.button-like {
    padding: 11px;
    border: solid 1px #f7941d;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1em;
    color: #fff;

    background-image: none;
    background-color: #f7941d;
    background-image: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    transition-duration: 0.3s;
    transition-property: background, border;
}

.button-like {
    padding-left: 20px;
    padding-right: 20px;
}

input[type=submit]:hover, 
.button-like:hover {
    border: solid 1px #fd4761;
    background-color: #fd4761;
}
