
/*      Red    */

.PhoneBG {
  background-color: #4a779f;
  display: block;
}

.PhoneButton {
  background-color: #4a779f;
  color: white;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}
	
.PhoneButton a {
  color: white;
  height: 25px;
  border-style: solid solid solid solid;
  border-color: white;
  border-radius: 12px;
  border-width: 1px;
  text-decoration: none;
    font-size: 1.8rem;

}	
	
.PhoneButton a:link, .PhoneButton li a:visited {
  color: white;
  display: block;
  padding: 2px 0 0 0;
  text-align: center;
}
	
.PhoneButton a:hover {
  background-color: #4a779f;
  color: #cccccc;
  padding: 2px 0 0 0;
  text-align: center;
}
	
.PhoneButton a:active {
  color: green;
  padding: 2px 0 0 0;
  text-align: center;
}
.PhoneButton ul {
  list-style: none;
  margin: 0;
  padding: 0;
}







	#Playoutdims {
		clear:both;
		background:#eee;
                background: #cbdae7;

		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.Pcolmask {
		position:relative;	
		clear:both;
		float:left;
		width:100%;			
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.Pcolright,
	.Pcolmid,
	.Pcolleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
  
	}
	.Pcol1,
	.Pcol2,
	.Pcol3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.Pthreecol {
		background: #4a779f;		/* right column background colour */
	}
	.Pthreecol .Pcolmid {
		right:33%;			/* width of the right column */
				/* center column background colour */
	}
	.Pthreecol .Pcolleft {
		right:33%;			/* width of the middle column */
			/* left column background colour */
	}
	.Pthreecol .Pcol1 {
		width:29%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.Pthreecol .Pcol2 {
		width:29%;			/* Width of left column content (column width minus padding on either side) */
		left:39%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.Pthreecol .Pcol3 {
		width:29%;			/* Width of right column content (column width minus padding on either side) */
		left:77%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}