﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0px none;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    font-family: 'Lato',Helvetica,Arial;
    font-size: 14px/24px;
}

* {
    -moz-box-sizing: border-box;
}

h1 
{
    font-size:20px;
    font-weight: 300;
    line-height: 29px;
    margin: 0px 0px 5px;
    color: #00A3DE;
}

h2 
{
    font-size:18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0px 0px 5px;
    color: #00A3DE;
}

h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 29px;
    color: #565555;
    margin: 0px 0px 15px;
}

.form-group-sm div {
    padding:1px 0px;
}
