html, 
body {
    height: 100%;
}

body {
    font-family: 'playfair', 'Roboto', 'Arial';
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    color: #252525;
    text-align: left;
    background-color: #f6f5f5;
}
    body a {
        color: inherit;
    }

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

h1, .h1, 
h2, .h2, 
h3, .h3 {
    color: #3b3b3b;
    text-align: left;
    font-weight: 300;
}

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

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

h3, .h3 {
    font-size: 18px;
    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: #f7f7f7;
}

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;
}

input[type=submit], 
.button-like {
    padding: 11px;
    border: solid 1px #e5782f;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    font-weight: 300;

    background-image: none;
    background-color: #e5782f;
    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;
}