/* Base */
body {
	background: none !important;
}

/* Header */
li.user-info, li.change-locale {
	margin-right: 10px;
	cursor: pointer;
}

#user-dropdown-menu li {
	border-bottom: 1px dotted black;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#user-dropdown-menu ul li:last-child {
	border: none;
}

ul.sub_menu {
	z-index: 1000;
}

/* Footer */
footer, .footer_top_part, .footer_bottom_part {
	background-color: #000 !important;
}

footer div, footer a, footer h5 {
	color: #fff !important;
}

/* Compose */
#compose .compose-image-row {
	margin-bottom: 10%;
}

#compose .compose-image-col {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#compose .compose-image-background-option {
    position: absolute; 
    top: 0; 
    width:100%;
	display: none;
}