body {
	background: #83B0D1;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #333;
}

a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
	-webkit-transition: all .08s ease-in;
	-moz-transition: all .08s ease-in;
	-ms-transition: all .08s ease-in;
	-o-transition: all .08s ease-in;
	transition: all .08s ease-in;
}

a:hover {
	color: white;
	background: #426F96;
	text-decoration: none;
}

a.ared {
	color: #CC0000;
}

a.ared:hover {
	color: white;
}

a.ablue {
	color: #426F96;
}

a.ablue:hover {
	color: white;
}

a.awhite {
	color: white;
}

a.awhite:hover {
	color: black;
	background: #9DCAE1;
}


.alert {
	color: rgb(184, 28, 28);
	font-weight: bold;
	margin-top: 5px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	padding: 7px;
	background-color: rgb(252, 212, 219);
}


b, strong {
	font-weight: bold;
}

.bigpanel {
	background: #153854;
	color: white;
}

.bigpanel a {
	color: white;
}

.bigpanel a:hover {
	color: #9DCAE1;
}

.bigpanel .benefits {
	font-size: 12px;
	margin-left: 10px;
}

.bigpanel .button {
	margin-right: 40px;
	display: inline;
}

.bigpanel .button:last-child {
	margin-right: 0px;
}

.bigpanel .button a {
	font-size: 13px;
	display: inline;
}

.bigpanel_price {
	font-size: 12px;
	color: #FFD044;
	font-weight: bold;
	text-align: right;
}

.bigpanel_price a {
	color: #FFD044;
	text-align: right;
}

.bigpanel_subtitle {
	font-size: 18px;
	color: #9DCAE1;
	font-weight: 500;
	margin: 0px;
}

.bigpanel_title {
	font-size: 32px;
	color: white;
	font-weight: 500;
	margin-top: 10px;
}

.bigpanel_light {
	background: #eee;
	color: #444;
}

.bigpanel_light a {
	color: #444;
}

.bigpanel_light a:hover {
	color: #9DCAE1;
}

.bigpanel_light .benefits {
	font-size: 12px;
	line-height: 140%;
	margin-left: 10px;
}

.bigpanel_light .button {
	margin-right: 12px;
}

.bigpanel_light .button a {
	font-size: 13px;
}

.bigpanel_light_price {
	font-size: 12px;
	color: #FFD044;
	font-weight: bold;
	text-align: right;
}

.bigpanel_light_price a {
	color: #FFD044;
	text-align: right;
}

.bigpanel_light_subtitle {
	font-size: 18px;
	color: #426F96;
	font-weight: 500;
	margin: 0px;
}

.bigpanel_light_title {
	font-size: 28px;
	color: #444;
	font-weight: 500;
	margin-top: 10px;
}

.panelContainer:after {
	content: " "; 
	display: block; 
	clear: both;
}

.floatContainer:after {
	content: " "; 
	display: block; 
	clear: both;
}

.bigtitle {
	font-size: 18px;
	margin: 2px 0px;
	color: white;
	padding: 5px 10px;
}

.blue, .blue_nobold {
	color: #426F96;
}

.breadcrumb {
	font-size: 9px;
	color: white;
	float: right;
	position: relative;
	right: 7px;
	top: 13px;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	color: black;
	background: #9DCAE1;
}

.bullets {
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 2em;
	line-height: 1.5em;
}

.bullets li {
	background: url(../images/bulletdarkblue.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 1em;
}

.button {
	text-align: center;
	margin: 0;
	padding: 0;
	color: black;
}

.button.darkblue {
	border: 0px;
	background: #426F96;
	color: white;
	font-weight: bold;
	-webkit-transition: all .08s ease-in;
	-moz-transition: all .08s ease-in;
	-ms-transition: all .08s ease-in;
	-o-transition: all .08s ease-in;
	transition: all .08s ease-in;
	position: relative;
}

.button.darkblue:hover {
	background: #00294D;
	cursor: pointer;
}

.button a {
	padding: 8px 13px;
	text-decoration: none;
	display: block;
	color: black;
	font-size: 12px;
}

.button.lightblue a {
	background: #9DCAE1;
	font-size: 14px;
}

.button.lightblue a:hover {
	background: #227BA8;
	color: white;
}

.button.lightblue2 a {
	background: #69A3E7;
	font-size: 14px;
}

.button.lightblue2 a:hover {
	background: #227BA8;
	color: white;
}

.button.darkblue a {
	background: #426F96;
	color: white;
}

.button.darkblue a:hover {
	background: #00294D;
}

.button.grey a {
	background: #CECECE;
}

.button.grey a:hover {
	background: #999;
	color: white;
}

.center1 {
	background: #eee;
	height: 75px;
}

.center3 {
	background: #153854;
	height: 30px;
}

#mainContainer {
	border: 1px #98AAB1 solid;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 475px) {
	.bigpanel_logo {
		display: none;
	}
	.topLinksRowContainer > .topLinksRow {
		height: 68px
	}
	.topLinksRow > .menuNum6 {
		width: 33.3%;
		margin: 1px 0px;
	}
	.topLinksRow > 
	.menuNum7 {
		width: 25%;
		margin: 1px 0px;
	}
	.topLinksRow > 
	.menuNum8 {
		width: 25%;
		margin: 1px 0px;
	}
	.center1 {
		height: 100px;
	}
}

@media screen and (max-width: 650px) {
	#mainContainer {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#leftMenu {
		display: none;
	}
	.floatContainer > #leftMenuContent {
		width: 100%;
		float: left;
	}
	.bigpanel_light > .testimonialBoxContainer {
		width: 100%;
	}
}

@media screen and (min-width: 930px) {
	#mainContainer {
		width: 930px;
	}
	.floatContainer > #leftMenu {
		width: 141px;
	}
	.floatContainer > #leftMenuContent {
		width: 779px;
	}
}

.bigpanel_logo {
	width: 300px;
}

#mainContainer:after { 
	content: " "; 
	display: block; 
	clear: both;
} 

#copyrightContainer {
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#copyright {
	position: relative;
	height: 30px;
	border-top: 1px solid #cecece;
	background: #f9f9f9;
	font-size: 11px;
}

#copyrightLeft {
	position: absolute; 
	top: 8px; 
	left: 12px; 
	width: 400px; 
	text-align: left;
}

#copyrightRight {
	position: absolute; 
	top: 8px; 
	right: 12px; 
	width: 400px; 
	text-align: right;
}

.downloadLinks {
	padding-top: 1em;
}

.downloadLinks .bullets {
	margin-top: 4px;
	margin-bottom: 1em;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(https://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://themes.googleusercontent.com/static/fonts/roboto/v11/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://themes.googleusercontent.com/static/fonts/roboto/v11/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/roboto/v11/t6Nd4cfPRhZP44Q5QAjcC4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

.green {
	color: #006600;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #426F96;
	margin: 2px 0px 2px 0px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
	margin: 2px 0px 2px 0px;
}

.heading {
	background: #EEE;
	/*border: 1px solid #CECECE;*/
	padding: 1px 0;
	margin: 5px 0px;
}

.heading-history {
	background: #EEE;
	/*border: 1px solid #CECECE;*/
	padding: 1px 0;
	margin: 15px 0px 5px 0px;
}

.heading-text {
	color: #444;
	font-size: 19px;
	padding: 4px 8px;
	font-weight: normal;
	margin: 0;
}

.heading-text a.override {
	position: relative;
	top: 3px;
	right: 0.5em;
	color: black;
}

.heading-text a.override:hover {
	color: white;
}

.img1 {
	float: left;
	padding-right: 5px;
}

.icon-img {
	float: left;
	padding: 6px 10px 1px 0px;
}


.news-img {
	float: left;
	padding: 3px 8px;
}

.img3 {
	padding-left: 5px;
}

.left1 {
	float: left;
	width: 235px;
	height: 75px;
}

#leftMenu {
	float: left;
	width: 13.5%;
	padding: 0 0.5%;
}

#leftLinks {
	width: 100%;
	list-style: none;
	margin: 4px 0;
	padding: 0;
	font-size: 13px;
}

#leftLinks a {
	background: #ccc;
	color: #222;
	display: block;
	font-weight: bold;
	padding: 3.5px 0.6em;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#leftLinks a img {
	margin-top: 2px;
}

#leftLinks li:last-child li:last-child a {
	border-bottom: none;
}

#leftLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftLinks ul a {
	background: #426F96;
	color: #f6f6f6;
	font-weight: normal;
	text-decoration: none;
}

#leftLinks ul a:hover {
	background: #00294D;
	color: #fff;
}

#leftMenuContent {
	width: 85%; 
	float: right;
}

#fullScreenContent {
	width: 100%;
	float: right;
}

p {
	padding-top: 5px;
	line-height: 1.4;
}

.mainnopadding {
	padding: 0;
}

#maint_tooltip {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: -30px;
	margin-left: 28px;
	width: 240px;
	line-height: 16px;
	display: none;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
}

.mb {
	background: transparent;
}

a.nolink {
	font-weight: normal;
	background: transparent;
}

.arial {
	text-align: right;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.times {
	text-align: right;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.purchaseMethod {
	vertical-align: top;
}

.purchase_info {
	color: #666;
}

#qty_tooltip {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: -30px;
	margin-left: 28px;
	width: 240px;
	line-height: 16px;
	display: none;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
}

.red {
	color: #CC0000;
	font-weight: bold;
}

.right1 {
	float: right;
	height: 75px;
}

.rightmenu a:active {
	text-decoration: underline;
	font-weight: bold;
}

.rightmenu a:hover {
	color: white;
	background: #426F96;
	text-decoration: none;
	font-weight: bold;
}

.rightmenu a:link {
	text-decoration: underline;
	font-weight: bold;
}

.rightmenu a:visited {
	text-decoration: underline;
	font-weight: bold;
}

.rightmenu {
	font-size: 14px;
}

#sbmt {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}

#sbmt a {
	margin: 0 17px;
}

.search {
	float: right;
	margin-top: -37px;
	margin-right: 10px;
	position: relative;
}

.searchbox {
	font-size: 11px;
	font-weight: bold;
	color: #426F96;
	width: 150px;
	padding: 4px;
	padding-right: 22px;
}

.searchbutton {
	position: absolute;
	top: 7px;
	right: 5px;
}

.gecko .searchbutton {
	top: 5px;
}

.ie .searchbutton {
	top: 4px;
}

.stbuttontext {
	color: black;
}

.sup_bigbox {
	font-size: 9px;
	position: relative;
	top: 2px;
}

table.invoice {
	border-collapse:collapse;
}

table.invoice th {
	border-top:4px solid black;
	border-bottom:1px solid black;
	border-right: 1px solid black;
}

table.invoice td {
	padding: 10px;
}

.TableAltHead, .TableAltHeadInfo {
	background: #297FA0;
	height: 25px;
	text-align: center;
	padding: 5px;
	margin-left: 5px;
	color: white;
	font-size: 14px;
	border-bottom: 1px solid white;
}

.TableAltSubHead {
	background: #9DCAE1;
	font-weight: normal;
	border-bottom: 1px solid white;
}

.TableAltSubHead a {
	font-weight: normal;
}

.TableAltFirst, .TableAltSecond {
	background: #E6F4FC;
	color: black;
	font-size: 13px;
	border-bottom: 1px solid rgb(190, 190, 190);
}

.TableAltFirst td, .TableAltSecond td {
	padding: 8px;
	border-bottom: 1px solid rgb(190, 190, 190);
}

.TableAltHead th {
	padding: 8px;
	border-bottom: 1px solid white;
}

.TableAltHead td {
	padding: 8px;
	border-bottom: 1px solid white;
}

.TableAltHead a {
	font-weight: normal;
}

.titleblue {
	color: #426F96;
	font-size: 14px;
	margin: 10px 0;
}

.titletable {
	width: 100%;
	background: #153854;
}

.titletable:after {
	content: " "; 
	display: block; 
	clear: both;
}

.topLinksRowContainer {
	background: #eee;
}

.topLinksRow {
	margin: 2px 0;
	height: 32px;
}

.topLinksRow .button {
	margin-right: 2px;
}

.topLinksRow div {
	float: left;
}

.topLinksRow div:first-child .button {
	margin-left: 2px;
}

.menuNum6 {
	width: 16.66%;
}

.menuNum7 {
	width: 14.28%;
}

.menuNum8 {
	width: 12.5%;
}

.menuNum6 a {
	overflow: hidden;
}

.menuNum7 a {
	overflow: hidden;
}

.menuNum8 a {
	overflow: hidden;
}

tr {
	text-align: left;
}

.ff3 .upgradeForm #years {
	margin-right: 4px;
}

.testimonialBoxContainer {
	float: left;
	width: 33%;
}

.testimonialBox {
	float: left;
	width: 207px;
	margin-right: 15px;
}

.leftMenuVisible .testimonialBox {
	float: left;
	width: 159px;
	margin-right: 15px;
}

.testimonialBox:last-child {
	float: left;
	width: 175px;
	margin-right: 0px;
}

.quotationMark.notSplash {
	padding-right: 15px;
	padding-top: 0px;
	float: left;
}

.leftMenuVisible .benefit {
	float: left;
	width: 122px;
	height: 80px;
	background-color: #E6F4FF;
	margin: 5px;
	padding: 5px;
	box-shadow: -4px 4px 5px #9EA5CB;
}

.benefit {
	float: left;
	width: 151px;
	height: 80px;
	background-color: #E6F4FF;
	margin: 3px;
	padding: 7px;
	box-shadow: -4px 4px 5px #9EA5CB;
}

.benefit:hover {
	background-color: #C8E7FF;
	-webkit-transition: all .08s ease-in;
	-moz-transition: all .08s ease-in;
	-ms-transition: all .08s ease-in;
	-o-transition: all .08s ease-in;
	transition: all .08s ease-in;
}

.leftMenuVisible .benefitTitle {
	font-size: 12px;
	color: #555;
}

.benefitTitle {
	font-size: 14px;
	color: #555;
}

.addBenefits {
	width: 97%;
	float: left;
	background-color: #FEFEFE;
	padding: 10px;
	margin: 5px;
	box-shadow: -4px 4px 5px #CCC;
}

.addBenefitTitle {
	font-size: 18px;
	color: #555;
	font-weight: 600;
}

.benefitList {
	font-size: 13px;
	list-style-type: square;
	line-height: 20px
}

.resizableImage {
	width: 100%;
}

/* fancyBox */

.fancybox-outer a:hover {
	background-color: transparent;
}

/* ps_404 */

.page404 {
	padding: 20px;
}

/* ps_about */

.aboutTop {
	padding: 20px; 
	background-color: #FFFFFF;
}

.aboutTop:after {
	content: " "; 
	display: block; 
	clear: both;
}

.aboutDescription {
	float: left;
	width: 80%;
}

.aboutDescriptionImage {
	float: right;
	width: 20%;
}

.aboutDescriptionImage img {
	width: 100%;
}

.aboutContact {
	padding: 3px;
}

.aboutContact:after {
	content: " "; 
	display: block; 
	clear: both;
}

.aboutContactInfo {
	float: left;
	width: 40%;
}

.aboutContactTypes {
	float: left;
	width: 30%;
}

.aboutContactData {
	float: left;
	width: 70%;
}

.aboutContactData .title {
	margin: 10px 0px;
}

.aboutContactLogo {
	float: right;
	padding: 15px;
}

/* ps_download */

.downloadBody {
	padding: 15px;
}

.downloadMessage {
	width: 50%;
	margin: 0px auto;
}

.downloadMessage .bigpanel_light {
	background-color: #D0E9F6;
	padding: 20px;
}

.downloadMessage .bigpanel_light_title {
	margin: 0;
}

.downloadBody .heading {
	margin-bottom: 10px;
}

/* ps_email */

.emailBody {
	padding: 20px;
}

.emailFormTable {
	width: 90%;
	margin: 0 auto;
}

.emailFormTable td {
	padding: 5px;
}

/* ps_invoice */

.invoiceBody {
	width: 98%;
}

.invoiceFormTable {
	width: 65%;
	margin: 0 auto;
}

/* ps_invoice_post */

.invoicePostDescription {
	padding: 20px;
	margin-bottom: 30px;
}

.invoicePostFormTable {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* ps_news */

.psNewsBody {
	padding: 15px;
}

.psNewsItem {
	padding-bottom: 20px;
}

.psNewsItem .heading {
	margin-bottom: 5px;
}

/* ps_press */

.pressBody {
	padding: 15px;
}

.pressDescription {
	padding-bottom: 20px;
}

.pressItem {
	padding-bottom: 20px;
}

.pressItem .heading {
	margin-bottom: 5px;
}

/* ps_subscribe */

.subscribeFormLeft {
	width: 50%;
	float: left;
}

.subscribeFormRight {
	width: 50%;
	float: right;
}

/* ps_support */

.supportBody {
	padding: 15px;
}

/* ps_uninstall */

.uninstallBody {
	padding: 15px;
}

/* edp_awards */

.edpAwardsBody {
	padding: 10px;
}

.edpAwardsTable {
	width: 100%;
	border-collapse:collapse;
}

.edpAwardsTable td {
	padding: 5px;
}

.edpAwardsTable tr:not(:last-child) td {
	border-bottom: 2px solid #999;
}

.edpAwardsTableImageCell {
}

.edpAwardsTableImageCell img {
	margin: auto;
	display: block;
}

/* general divs */

.genericBodyDiv {
	padding: 15px;
}

/* edp_beta */

.edpBetaListBlue {
	list-style-type: none;
	padding-left: 3.5%;
	margin: 0px;
}

.edpBetaListBlue li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em; 
	padding: 3px 0px 3px 20px; 
}

.edpBetaListRed {
	list-style-type: none;
	padding-left: 3.5%;
	margin: 0px;
}

.edpBetaListRed li {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em; 
	padding: 3px 0px 3px 20px; 
}

.edpBetaListGreen {
	list-style-type: none;
	padding-left: 3.5%;
	margin: 0px;
}

.edpBetaListGreen li {
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em; 
	padding: 3px 0px 3px 20px; 
}

.edpBetaIndentedList {
	padding-left: 5%;
}

/* edp_clients */

.edpClientsList {
	width: 50%;
	float: left;
}

/* edp_download */

.edpDownloadTable {
	width: 70%;
}

.edpDownloadTable td {
	padding: 2px;
}

.edpDownloadMore {
	padding: 30px 0px;
}

/* edp_edhistory */

.edpHistoryLinks {
	width: 50%;
	float: left;
}

/* edp_features */

.edpFeaturesTable {
	margin: 10px 0px;
	border-collapse: collapse;	
	border: 0;
	width: 100%;
}

.edpFeaturesTable .TableAltSecond {
	border-bottom: 0;
}

/* edp_testimonial */

.edpTestimonialLine {
	width: 100%; 
	height: 2px; 
	background-image:url(../images/straight_line.gif);
}

.edpTestimonialLine img {
	width: 1px;
	height: 1px;
}

/* fvc_actions */

.actionsTable {
	border-spacing: 0px;
	border-collapse: collapse;
}

.actionsTable td {
	padding: 3px;
	vertical-align: top;
}

@media screen and (max-width: 600px) {
	.actionsTable thead {
		display: none;
	}
	.actionsTable td {
		display: block;
		position: relative;
		padding-left: 50%;
		padding-top: 13px;
		padding-bottom: 13px;
		text-align: left;
	}
	.actionsTable td:before {
		content: attr(data-th) " :";
		display: inline-block;
		color: #000000;
		border-right: 2px solid transparent;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 33%;
		max-height: 100%;
		font-size: 16px;
		font-weight: 300;
		padding-left: 13px;
		padding-top: 13px;
	}

	.actionsTable .TableAltFirst {
		font-size: 16px;
		font-weight: 300;
		padding: 15px;
	}
}

/* edp_screenshots */

.screenshotsContainer:after {
	content: " "; 
	display: block; 
	clear: both;
}

.screenshotsContainer div {
	width: 31.33%;
	float: left;
	text-align: center;
	padding: 1%;
}

@media screen and (max-width: 750px) {
	.screenshotsContainer div {
		width: 48%;
	}
}

@media screen and (max-width: 420px)
{
	.screenshotsContainer div
	{
		width: 98%;
	}
}

/* edp_plugins */

.setupLeft {
	float: left;
	text-align: right;
	width: 25%;
	padding: 1%;
}

.setupRight {
	float: right;
	text-align: left;
	width: 70%;
	padding: 1%;
}

.pluginsBodyDiv {
	padding: 15px;
	overflow-x:scroll;
}
