/* here you can put your own css to customize and override the theme */

#id_redcard .form-group h4
{
	padding:5px;
	float: left;
}
#id_redcard .form-group input 
{
	margin-top: 10px;
}

#id_redcard .form-group select
{
    margin-top: 13px;
}
#id_redcard .form-group .btn 
{
	margin-top: 0px !important;
}
 