#header_general{
	background-image: url('../images/headers/general.jpg');
}

#content_general {
	background: #eee;
	min-height: 200px;
	padding: 20px;
}

#faq_list h3{
	font-size: 2.4rem;
	outline: none;
}
#faq_list > div{
	display: none;
	height: auto !important;
}

.bootbox-body {
    font-size: 1.8rem;
}

.alert-content {
    left: 25%;
    position: fixed;
    top: 25%;
    width: 50%;
    z-index: 9999;
}

.table-row td {
	max-width: 1px;
    overflow-wrap: break-word;
}

#content_signup {
	padding: 15px;
}

label {
	cursor: pointer !important;
}