div.form-separator-title
	{
                font-size:1.2em;
                color: white;
                font-family: Source Sans Pro;
                font-weight:700;
	}
div.edit-profile-separator
	{
		position: relative;
		background: #993333;
		border-bottom: solid 1px #ccc;
                border-radius: 10px;
                width: 70%
	}
	div.form-separator
	{
		position: relative;
		background: #993333;
		border-bottom: solid 1px #ccc;
                border-radius: 10px;
                width: 80%
	}

.noshow {
	position:relative;
	display:none;
}
.regularlist {
display:list-item;
list-style-type: circle;
margin-left:20px;
}
@media (max-width: 600px) {
.noshow {
	display:block;
}
#main-wrapper{
	margin-top:-120px;
	padding-left:15px;
}
#bootstrapmenu {
}
#mobilemenu {
display:inline;
}
#menuimage {
height:60px;
width:150px;
}
.image-full {
	!display:none;

}
.pushdown {
	margin-top:80px;
}
.toobigimage {
	display:none;
}
.petpic {
	height:75px;
	width:75px;
}
.mappic {
	height:200px;
	width:280px;
}
.petpic {
	height:200px;
	width:200px;
}

}

