/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/
.scalable-right {
	width: auto;
	height: auto;
	max-width: 100%;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.scalable-left {
	width: auto;
	height: auto;
	max-width: 100%;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Icons {
	background-color: #151515;
	color: #BBB;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
}
#Icons a {
	color: #BBB;
	text-decoration: none;
}
#Icons a:hover {
	color: #BBB;
}
h5 {
	margin: 0px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {margin-top: 1em;}
#p7DMM_1 {
	border-radius: 6px 6px 0px 0px;
}
h5 {font-size: 1.1em;}

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
/*Add rules here*/
}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
}
