/* Default Theme */

/* -------------------------------
   General
------------------------------- */

body {
    font-family: 'Open Sans', "sans-serif";
    font-size: 17px;
	background: #fafafa;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	min-height: 70.5px;
    padding-top: 70.5px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
	color: #222;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 500;
	color: #333;
}
a {
    color: #007bff;
}
a:hover {
    color: #0069da;
}
a:focus {
    color: #0069da;
}
label {
    color: #333;
}

/* -------------------------------
   Header & Navbar Styles
------------------------------- */


/* -------------------------------
   Footer Styles
------------------------------- */


/* -------------------------------
   Page Content
------------------------------- */

.content {
    padding: 0 0 0;
}

/* -------------------------------
   Module Theme Styles
------------------------------- */

/* -------------------------------
   Custom Styles
------------------------------- */

