/*******
Typography
*************/
/*body, th{
    font-size: 14px;
}
h1{
    font-size: 40px;
}
h5{
    font-size: 25px;
}*/

/**************
		Menu
**************/

/*
.navbar-default .navbar-nav > .active > a{
	background-image: none;
	background-color: purple;
	color: #fff;
}*/

/**************
		Sub menu
**************/
/*.nav-pills > li.active > a, .nav-pills > li.active > a:hover{
	background-color: green;
}

.nav-pills > li > a:hover{
	background-color: gray;
}*/

/**************
	Page header
**************/

/*.page-header h2{
	font-size: 28px;
	color: gray;
}*/

/**************
	Form
**************/
/*
form label{
	font-size: 18px;
}

form input[type=text].form-control{
	border: 1px solid green;
}

form button.btn-default{
	background-image: none;
	background-color: pink;
}
*/
/**************
	Table
**************/
/*.table{
}

.table th{
	color: red;
}

.table-striped > tbody > tr:nth-child(2n+1) > td{
	background-color: green;
}

.pagination > .active > a, .pagination > .active > a:hover{
	background-color: green;
}
*/

.hero{
	height:auto !important;
	margin-bottom: 30px;
}

#html_element {
	display: inline-block;
}

@media (max-width: 991px) {
	.captcha {
		text-align: center;
		clear: left;
	}
}