/*!
 * Start Bootstrap - Blog Post HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-size: 18px;
}

footer {
    margin: 50px 0;
}

.navbar-inverse {
	background-color:#183a52;
	border-color:#183a52;
}

.navbar-inverse .navbar-toggle {
	border-color:white;
}

.navbar-inverse .navbar-brand {
	color:white;
	font-weight:bold;
}

.navbar-inverse .navbar-nav>li>a {
	color:white;
}

.comment-header {
	background: none repeat scroll 0% 0% rgb(218, 226, 232);
}

.comment-header-text {
	padding:5px;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.comment-name {
	color:rgb(10, 120, 194);
	font-weight: bold;
    font-size: 12px;
}

.comment-minute {
	color:rgb(153, 153, 153)
}

.leave-comment {
	color: rgb(10, 120, 194);
	text-decoration: none;
	font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
	font-size: 11px;
	line-height: 17px;
}