/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro|Patua+One');

#bg {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainmenu {
	width: 100%;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bolder;
	font-size: 16px;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
}
#social {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	/*margin-bottom: 0px;*/
	/*color: #FFFFFF;*/
}
#contentbg {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#footerbg {
	background-color: #EBEBEB;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	overflow: hidden;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#copy {
	float: left;
	margin-top: 25px;
	color: #444;
}
#terms {
	float: right;
	margin-top: 25px;
	color: #444;
}
#container {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
#image-beside-text-container {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
#first-half {
	width: 100%;
    height: auto;
    box-sizing: border-box;
}
#second-half {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
}
#smaller-half {
	width: 100%;
    height: auto;
    box-sizing: border-box;
 	text-align: center;
}
#larger-half {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
}
#first-third {
	width: 100%;
    height: auto;
    box-sizing: border-box;
}
#second-third {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
}
#third-third {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
}
#info-box-container {
	width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 1px 2px #9E9E9E;
}
#info-box-container-expand {
	display: inline-block;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 1px 2px #9E9E9E;
}
#info-box-headline {
	width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
}
#info-box-content {
	padding: 10px 20px 10px 20px;
	background-color: #EBEBEB;
}
#info-box2-container, 
#info-box2-container-plinks {
	width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #185077;
    border-radius: 8px;
}
#info-box2-content, 
#info-box2-content-plinks {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background-color: #ECF7FF;
}
#info-box3-container {
	width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
#info-box3-headline {
	width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 18px;
    background-color: #CBEAFE;
}
#info-box3-content {
	height: auto;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background-color: #EDF7FF;
}
#table-container {
	display: table;
	display: inline-block;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 2px;
}
#table-row  {
	display: table-row;
}
#left-cell {
	display: table-cell;
	text-align: right;
	padding: 2px;
}
#right-cell {
	display: table-cell;
	text-align: left;
	padding: 2px;
}
#full-cell {
	text-align: center;
}
#button-container {
	text-align: center;
	padding-bottom: 10px;
}
#order-box-container {
	width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
#order-box-headline {
	width: 100%;
    height: auto;
    background-image: url("//plrdealer.com/images/oto/order-box-header-bg.png");
    padding: 20px 0px 20px 0px;
    text-align: center;
}
#order-box-content {
	padding: 10px 20px 10px 20px;
	background-color: #EBEBEB;
}
#optin-form-container {
	width: 90%;
    height: auto;
    margin: 0 auto;
    /*overflow: hidden;*/
}
#optin-form-row {
	height: auto;
	width: 100%;
	display: inline-block;
	padding: 5px 0px 5px 0px;
}
body,td,th {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
a { 
	color: #185077;
	text-decoration: none;
}
a.terms {
	color: #444;
}
a.white {
	color: #DCDCDC;
}
a:hover { 
	color: #000066;
}
a.white:hover {
	color: #B1B1B1;
}
input { 
	padding: 3px; 
	border-style: solid; 
	font-size: 15px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
} 
input:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
select { 
	padding: 3px; 
	border-style: solid; 
	font-size: 14px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
} 
select:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
textarea { 
	padding: 3px; 
	border-style: solid; 
	font-size: 14px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
	max-width: 95%;
} 
textarea:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
h4.vid-dl-headline {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #444;
}
h4.vid-dl-headline::before {
	border-top: 1px solid #C8C8C8;
	content: "";
	margin: 0 auto;
	position: absolute; 
	top: 50%; left: 0; right: 0; bottom: 0;
	z-index: -1;
}
h4.vid-dl-headline span {
	background: #EBEBEB; 
	padding: 0 15px; 
}
.grad-black {
    background: #171717;
    background: -webkit-linear-gradient(#171717, #1C1C1C);
    background: -o-linear-gradient(#171717, #1C1C1C);
    background: -moz-linear-gradient(#171717, #1C1C1C);
    background: linear-gradient(#171717, #1C1C1C);
}
.grad-darkblue {
    background: #185077;
    background: -webkit-linear-gradient(#185077, #133f5d);
    background: -o-linear-gradient(#185077, #133f5d);
    background: -moz-linear-gradient(#185077, #133f5d);
    background: linear-gradient(#185077, #133f5d);
}
.grad-lightblue {
    background: #2082BC;
    background: -webkit-linear-gradient(#2082BC, #2697DA);
    background: -o-linear-gradient(#2082BC, #2697DA);
    background: -moz-linear-gradient(#2082BC, #2697DA);
    background: linear-gradient(#2082BC, #2697DA);
}
.grad-gray {
    background: #737373;
    background: -webkit-linear-gradient(#737373, #2a2a2a);
    background: -o-linear-gradient(#737373, #2a2a2a);
    background: -moz-linear-gradient(#737373, #2a2a2a);
    background: linear-gradient(#737373, #2a2a2a);
}
.grad-orange {
    background: #f87939;
    background: -webkit-linear-gradient(#f87939, #f75e11);
    background: -o-linear-gradient(#f87939, #f75e11);
    background: -moz-linear-gradient(#f87939, #f75e11);
    background: linear-gradient(#f87939, #f75e11);
}
.pd-button {
	-moz-box-shadow: 0px 1px 0px 0px #133f5d;
	-webkit-box-shadow: 0px 1px 0px 0px #133f5d;
	box-shadow: 0px 1px 0px 0px #133f5d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #185077), color-stop(1, #133f5d));
	background:-moz-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-webkit-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-o-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-ms-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:linear-gradient(to bottom, #185077 5%, #133f5d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#185077', endColorstr='#133f5d',GradientType=0);
	background-color:#185077;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #133f5d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.pd-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #133f5d), color-stop(1, #185077));
	background:-moz-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-webkit-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-o-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-ms-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:linear-gradient(to bottom, #133f5d 5%, #185077 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#133f5d', endColorstr='#185077',GradientType=0);
	background-color:#133f5d;
}
.pd-button:active {
	position:relative;
	top:1px;
}
.pd-button-join {
	-moz-box-shadow: 0px 1px 0px 0px #c94f00;
	-webkit-box-shadow: 0px 1px 0px 0px #c94f00;
	box-shadow: 0px 1px 0px 0px #c94f00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f29b13), color-stop(1, #c94f00));
	background:-moz-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-webkit-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-o-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-ms-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:linear-gradient(to bottom, #f29b13 5%, #c94f00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29b13', endColorstr='#c94f00',GradientType=0);
	background-color:#f29b13;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c94f00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:12px 50px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	width: 100%;
}
.pd-button-join:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c94f00), color-stop(1, #f29b13));
	background:-moz-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-webkit-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-o-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-ms-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:linear-gradient(to bottom, #c94f00 5%, #f29b13 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c94f00', endColorstr='#f29b13',GradientType=0);
	background-color:#c94f00;
}
.pd-button-join:active {
	position:relative;
	top:1px;
}
.pd-button-cc {
	-moz-box-shadow: 0px 1px 0px 0px #c94f00;
	-webkit-box-shadow: 0px 1px 0px 0px #c94f00;
	box-shadow: 0px 1px 0px 0px #c94f00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f29b13), color-stop(1, #c94f00));
	background:-moz-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-webkit-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-o-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-ms-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:linear-gradient(to bottom, #f29b13 5%, #c94f00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29b13', endColorstr='#c94f00',GradientType=0);
	background-color:#f29b13;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c94f00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	padding:12px 40px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.pd-button-cc:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c94f00), color-stop(1, #f29b13));
	background:-moz-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-webkit-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-o-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-ms-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:linear-gradient(to bottom, #c94f00 5%, #f29b13 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c94f00', endColorstr='#f29b13',GradientType=0);
	background-color:#c94f00;
}
.pd-button-cc:active {
	position:relative;
	top:1px;
}
.pd-button-pp {
	-moz-box-shadow: 0px 1px 0px 0px #133f5d;
	-webkit-box-shadow: 0px 1px 0px 0px #133f5d;
	box-shadow: 0px 1px 0px 0px #133f5d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #185077), color-stop(1, #133f5d));
	background:-moz-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-webkit-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-o-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-ms-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:linear-gradient(to bottom, #185077 5%, #133f5d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#185077', endColorstr='#133f5d',GradientType=0);
	background-color:#185077;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #133f5d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.pd-button-pp:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #133f5d), color-stop(1, #185077));
	background:-moz-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-webkit-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-o-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-ms-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:linear-gradient(to bottom, #133f5d 5%, #185077 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#133f5d', endColorstr='#185077',GradientType=0);
	background-color:#133f5d;
}
.pd-button-pp:active {
	position:relative;
	top:1px;
}
.join-input {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #dbdbdb;
	padding: 10px 30px 10px 10px;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
}
.join-name {
	background-image: url(/images/icons/user.png);
}
.join-email {
	background-image: url(/images/icons/mail.png);
}
#membermenu {
	text-align: center;
	margin-top: 1px;
}
.dropcontainer {
    overflow: hidden;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
}
.dropcontainer a {
    float: left;
    font-size: 15px;
    color: #DCDCDC;
    text-align: center;
    text-decoration: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    border: none;
    outline: none;
    color: #DCDCDC;
    font-weight: 900;
    background-color: inherit;
}
.dropcontainer a:hover, .dropdown:hover .dropbtn {
    color: #B1B1B1;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #185077;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: #DCDCDC;
    padding: 8px 12px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    color: #B1B1B1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0; 
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.headline {
	font-size: 32px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	line-height: 1.2;
}
.pre-headline {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}
.sub-headline {
	font-size: 22px;
	font-weight: 900;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}
.oto-sub-headline {
	font-size: 26px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}
.content-headline {
	font-size: 26px;
	font-weight: 900;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	line-height: 1.2;
}
.features-headline {
	font-size: 22px;
	font-weight: 900;
	font-family: 'Patua One', cursive;
	text-align: center;
}
#member-headline-container {
	margin-top: 17px;
	margin-bottom: 20px;
}
.member-headline {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-weight: 900;
	text-align: center;
	color: #185077;
}
.tools-step-headline {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-indent: 15px;
	color: #185077;
}
.image-beside-text-headline {
	text-align: left;
}
.download-list-padding {
	margin: 10px 10px 10px 10px;"
}
.alignleft {
    display: block;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: block;
    float: right;
    margin-left: 20px;
}
.oto-card-top {
	display: block;
	margin-top: 20px;
}
.small { 
	font-size: 14px;
}
.smaller { 
	font-size: 12px;
}
.bold {
	font-weight: 900;
}
.bolder {
	text-shadow: 1px 1px 1px;
}
.shadow {
	text-shadow: 1px 1px #2A2A2A;
}
.light-shadow {
	text-shadow: 1px 1px #9E9E9E;
}
.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #AAA;
}
.separator {
	width: 80%;
	padding-bottom: 5px;
	border-bottom: 1px solid #AAA;
	margin: 0 auto;
}
.highlight {
	background-color: #FFFF00;
}
.white { 
	color: #FFFFFF; 
}
.red {
	color: #CC0000;
}
.blue { 
	color: #3333CC; 
}
.orange {
	color: #FF740A;
}
.green {
	color: #4D9A26;
}
.yellow {
	color: #EED202;
}
.gray {
	color: #444;
}
.lightgray {
	color: #D6D6D6;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #B1B1B1;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
	font-family: 'Patua One', cursive;
    padding: 2px 16px;
    color: white;
}
.modal-body {
	padding: 5px 16px;
}
.logout-adbox {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #aaa;
	padding: 5px 10px 5px 10px;
}
/* Pricing Table */
.price-columns {
    float: left;
    width: 100%;
    padding: 5px;
}
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.price .price-header {
    color: white;
    font-size: 25px;
    text-align: center;
}
.price li {
	background-color: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 10px;
}
.price .price-grey {
    background-color: #eee;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
/* Social Share Buttons */
#shareBar {
    width: auto;
    height: auto;
    display: table;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 30px;
    overflow: hidden;
}
#shareDiv {
    width: 5em;
    height: auto;
    float: left;
    box-sizing: border-box;
    margin: 4px;
}
.share-btn {
	display: inline-block;
	color: #ffffff;
	border: none;
	padding: 0.5em;
	width: 4em;
	opacity: 0.9;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	outline: none;
	text-align: center;
}
.share-btn:hover {
	color: #eeeeee;
}
.share-btn:active {
	position: relative;
	top: 2px;
	box-shadow: none;
	color: #e2e2e2;
	outline: none;
}
.share-btn.twitter { background: #55acee; }
.share-btn.facebook { background: #3B5998; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.pinterest { background: #c92228; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email { background: #444444; }

/* desktop specific code */
@media only screen and (min-width: 960px) {
    #content {
		width: 950px;
		padding: 5px;
    	margin: 0 auto;
	}
	#footer {
		width: 950px;
	}
	#container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#first-half {
		width: 465px;
	    float: left;
	}
	#second-half {
		width: 465px;
	    float: left;
	    margin: 0px 0px 0px 20px;
	}
	#image-beside-text-container {
	    width: 650px;
	    padding-top: 20px;
		padding-bottom: 20px;
	}
	#smaller-half {
		width: 125px;
	    float: left;
	}
	#larger-half {
		width: 505px;
	    float: left;
	    margin: 0px 0px 0px 20px;
	}
	#first-third {
		width: 302px;
	    float: left;
	}
	#second-third {
		width: 302px;
	    float: left;
	    margin: 0px 0px 0px 20px;
	}
	#third-third {
		width: 302px;
	    float: left;
	    margin: 0px 0px 0px 20px;
	}
	#info-box-container, 
	#info-box2-container,
	#info-box3-container {
		width: 650px;
	}
	#info-box2-content {
		width: 610px;
	}
	#info-box2-container-plinks {
		width: 450px;
	}
	#info-box2-content-plinks {
		width: 410px;
	}
	#order-box-container {
		width: 600px;
	}
	.headline {
		width: 700px;
		margin: 0 auto;
	}
	.topform-head-desktop {
		width: 350px;
		margin: 0 auto;
	}
	.doubleline-head-desktop {
		width: 600px;
		margin: 0 auto;
	}
	.oto-card-top {
	    display: block;
	    float: right;
	    margin-left: 20px;
	    margin-top: 20px;
	}
	.download-list-padding {
		margin: 10px 0px 10px 0px;"
	}
	.logout-adbox {
		width: 480px;
	}
	.price-columns {
		/* 3 columns */
        /*width: 306px;*/

        /* 4 columns */
        width: 227px;
    }
}
@media only screen and (min-width: 500px) {
	#optin-form-container {
		width: 400px;
	}
}