/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Post 1777 input **/
#post-1777 input {
	height: 30px !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

/** General >> Post 1777 form **/
#post-1777 form {
	background-color: rgb(248, 248, 248) !important;
}

/** General >> Div (#1) div (#2) **/
form > div:nth-of-type(1) > div:nth-of-type(2) {
	background-color: rgb(248, 248, 248) !important;
}

/** General >> Post 1777 select **/
#post-1777 select {
	height: 30px !important;
}

/** General >> Form group div (#1) **/
.form-group > div:nth-of-type(1) {
	font-size: 16px !important;
	padding-right: 10px !important;
	padding-left: 5px !important;
}

