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


/* Add your Exception and Custom Rules Here*/
 

/*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*/
}
.prettify-red {
	background-color: #FF0000;
	border-radius: 5px;
	color: #FFF;
	box-shadow: 0px 0px 30px #000;
}
h4 {
	font-size: 1.1em;
	text-shadow: inherit;
}
.break {
	background-color: #808080;
	color: #FFF;
	padding-right: 65px;
	padding-left: 70px;
}
