/* default color is #996633 */

.default_color {
    color: #996633 !important;
}


/* default bg color */

.default_bg_color {
    background-color: #996633 !important;
}


/* white color */

.white_color {
    color: #ffffff !important;
}


/* white bg */

.white_bg_color {
    background-color: #ffffff !important;
}


/* red color */

.red_color {
    color: red !important;
}


/* black color */

.black_color {
    color: #000000 !important;
}


/* green color */

.green_color {
    color: green !important;
}

/* dataTables should have a width of 100% */
#simple_data_table {
	width: 100% !important;
}

/* center content */
.centered_align {
    text-align: center !important;
}

/* pull left */
.pull_left {
	float: left !important;
}

/* pull right */
.pull_right {
	float: right !important;
}

.category-boxes {
	border: 1px solid gray;
	text-align: left;
	background-color: lightgray;
}

.category-boxes:hover {
	border: 1px solid gray;
	text-align: left;
	background-color: white;
	font-weight: bold;
}

/* .job_details_list_item {
	border: 1px solid lightgray;
	padding: 5px;
	margin-bottom: 1px;
	marg
} */
