/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
/* Content CSS

----------------------------------------------------------------------------------------------------*/
#toolbar {
    font-size: 0;
}
.float-left {
    display: inline-block;
    vertical-align: top;
    max-width: 65%;
    width: 100%;
    float: none;
}

.float-right {
    display: inline-block;
    text-align: right;
    max-width: 35%;
    width: 100%;
        float: none;
}
.remove-top-margin {
	margin-top: 0px;
}

.remove-bottom-margin {
	margin-bottom: 0px;
}

.alternate-list-margins {
	margin-top: 3px;
	margin-left: 25px;
}

.box-content {
	border: 0;
	background: #702222;
	border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.box-content p {
	margin: 0;
        color: #fff;
}

.content-50 {
	width: 45%;
	display: inline-block;
	margin: 0 4% 0 0;
	vertical-align: top;
}

.sublist-margins {
	margin-top: 3px;
	margin-left: 10px;
}