@import url(http://fonts.googleapis.com/css?family=Roboto|Oswald|Raleway|Arimo);
@import url(http://fonts.googleapis.com/css?family=Merriweather);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto|Oswald|Raleway|Arimo);
@import url(http://fonts.googleapis.com/css?family=Economica:700,400italic);


html {font-family: 'Roboto', sans-serif;}
.dropdown-content {min-width:200px;}
.stylish_headline{font-family: 'Economica', sans-serif;}
#site_name{font-family: 'Economica', sans-serif;}

.sub_headline{font-size:1.5em; font-weight:normal;}

.container_gradient{
width:100%;
background: #e1f4d2;
background: -moz-linear-gradient(top, #e1f4d2 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1f4d2), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #e1f4d2 0%,#ffffff 100%);
background: -o-linear-gradient(top, #e1f4d2 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #e1f4d2 0%,#ffffff 100%);
background: linear-gradient(to bottom, #e1f4d2 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f4d2', endColorstr='#ffffff',GradientType=0 );
}
.compact tr{
    line-height:0.8em;
}



.input-lg {
line-height: 0.8em;
}

.form-control {

}
