body {
     /*background-color: #ffffff; */
    /* customize_font */ font: 16px/1.8em Lato, Helvetica, Arial, sans-serif;  /* customize_font */ 
    /* customize_text_color */ color: #000; /* customize_text_color */
}


div.span3, div.span4{
	padding-top: 20px;
}

#content h1 {
	/* customize_h1_color */ color: #4f5f90; /* customize_h1_color */	
	font-size: 28px;
	margin-top: 20px;
} 

#content h2 {
	/* customize_h2_color */ color: #86282d; /* customize_h2_color */	
	font-size: 24px;
} 

#content h3 {
	/* customize_h3_color */ color: #975c43; /* customize_h3_color */
	font-size: 22px;
} 
/*
.bootswatch h1 {
	font-size: 24px;
}
.bootswatch h2 {
	font-size: 22px;
}
.bootswatch h3 {
	font-size: 20px;
}
.bootswatch h4 {
	font-size: 18px;
}
*/
li {
	line-height: 1.8em;
}

ul.nav a.dropdown-toggle b.caret{
	display: none;
}

a {
    /* customize_nav-links */ color: #0088cc; /* customize_nav-links */
}
a:hover {
    /* customize_nav-links_hover */ color: #005580; /* customize_nav-links_hover */
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table th,
.table td,
.table tbody + tbody ,
.table-bordered,
.table-bordered th,
.table-bordered td {
    border-color: #dddddd;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #555555; 
    background-color: #ffffff; 
    border-color: #cccccc; 
}

select {
    background-color: #ffffff;
    border-color: #cccccc; 
}

.text-warning {
    color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c;
}
.text-error {
    color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
    color: #953b39;
}
.text-info {
    color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
    color: #2d6987;
}
.text-success {
    color: #468847; 
}
a.text-success:hover,
a.text-success:focus {
    color: #356635;
}
