




a:hover {
	text-decoration:underline;
}




input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #menu{
    display: block;
}

.wrap {
	max-width: 980px;
	margin: 0 auto;
    text-align:center;
}

.inline {
	display:inline-block;
	float:left;
}

.justify {
    text-align:justify;
}

.push {
	height: 128px;
}

.website {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
  min-width: 415px;
}

div.err {
	color: #F75302;
	font-size:18px;
	font-weight:600;
}
main#content .wrap {
	display: inline-block;
	width: 98%;
	overflow-y: hidden;
    overflow-x: auto;
	max-width: 980px;
	vertical-align: top;
	padding: 0px 5px 0 5px;
	min-height:500px;
}

main#content img#fail {
	display: block;
	margin: 70px auto;
}

body > main#content {
	  margin: -128px auto 0 auto;
	  min-height: 100%;
	  padding-top: 20px;
	height: auto !important;
	height: 100%;
	text-align: center;
}

body > footer {
	font-size: 13px;
	padding: 9px 0;
	width:100%;
	height: 40px;
    text-align:center;
}

.ftr{
	width: 480px;
	margin: 5px auto;
	font-weight: 400;
	font-size: 15px;
	color: #00237E;
}

.ftr a {
	text-decoration:none;
	font-weight: 400;
	color: #00237E;
}

.ftr a:hover{
	text-decoration:underline;
}

.center {
    background: none repeat scroll 0% 0% transparent;
    display: inline-block;
	margin:0 auto;
	width:300px;
}


.center > a > i {
    color: #FFF;
    padding: 1em;
    position: relative;
    background: none repeat scroll 0% 0% transparent;
    cursor: pointer;
    display: inline-block;
    transition: all 0.15s ease 0s;
}

.center a#fb i {
    color: #3B5998;
    border: 1px solid #3B5998;
}

.center a#fb i:hover {
  color: white;
  background: #3b5998;
}


.center a#tw i {
    color: #00A0D1;
    border: 1px solid #00A0D1;
}

.center a#tw i:hover {
  color: white;
  background: #00a0d1;
}

.center a#ig i {
    color: #517FA4;
    border: 1px solid #517FA4;
}

.center a#ig i:hover {
  color: white;
  background: #517FA4;
}

.center a#gp i {
    color: #DB4A39;
    border: 1px solid #DB4A39;
}
.center a#gp i:hover {
  color: white;
  background: #db4a39;
}

.center > a > i {
    margin: 10px;
}

#contact-area {
	width: 75%;
	margin: 0px auto;
    text-align: center;
}

#contact-area table {
	width:90%;
}

#contact-area .left {
	width:13%;
	text-align: left;
	font-size: 16px;
}

#contact-area .right {
	width:80%;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 100%;
	font-size: 18px;
	color: #777;
	font-weight: 700;
	border: 1px solid #ccc;
	
}
#code {
padding: 5px;
color: #777;
border: 1px solid #ccc;
width: 88%;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}
#code:focus {
	-moz-box-shadow: 0 0 8px #F7931A;
    -webkit-box-shadow: 0 0 8px #F7931A;
    box-shadow: 0 0 8px #F7931A;
    border: 1px solid #F7931A !important;
}

#contact-area input {
	width: 98%;
}

#contact-area input:focus, #contact-area textarea:focus {
    -moz-box-shadow: 0 0 8px #F7931A;
    -webkit-box-shadow: 0 0 8px #F7931A;
    box-shadow: 0 0 8px #F7931A;
    border: 1px solid #F7931A !important;
	width: 100%;
}
#contact-area input:focus {
  width: 98%;
}
input.front {
	padding: 5px;
	width: 60%;
	font-size: 18px;
	color: #777;
	font-weight: 700;
	border: 2px solid #ccc;
}

input[type=submit].front, #contact-area input[type=submit] {
	width: 100px;
	background: #f8f8f8;
	font-weight: 400;
	font-size:16px;
	margin: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

input[type=submit].front:hover, #contact-area input[type=submit]:hover {
	background: #eee;
}

#contact-area textarea {
	height: 250px;
	font-weight: 600;
	font-size: 16px;
}

input.submit-button {
	width: 100px;
}

div#captcha-area {
padding: 30px 0 30px 172px;
}

form > div#catpcha-area {
	margin-left: 200px;
	float: right;
}

form[name=addsite] input {
	width: 300px;
}

form[name=addsite] #sharrre {
	margin: -20px 0 40px 0;
}

div#footad {
	margin: 0 auto 20px auto;
	width: 728px;
	height: 90px;
	overflow: hidden;
}

div.centerad {
	margin: 40px auto;
	height: 280px;
	width: 336px;
}


div.headbanner {
    margin: 0px auto 30px auto;
	width: 728px;
	height: 90px;
}

div.irow {
	text-align:center;
}

.hidden {
    display: none;
}



.show{
    display:block;   
}


#output {
    margin: 10px auto 30px auto;
    padding: 0px 20px;
    background: #383838;
    font-size: 80px;
	font-weight: 600;
    width: 240px;
    color: white;
    height:110px;
    min-height:110px;
	box-shadow: 0px 0px 60px #CDECFF;
}

div#sideleft {
  	width: 300px;
	height: 600px;
	display:none;
}

div#sideright{
	width: 300px;
	height: 600px;
	display:none;
}

#adcopy-outer {
	margin: 0 auto !important;
}

div#shares_filter {
  position: absolute;
  right: 5px;
  top: -53px;
}

form#categories {
	float: left;
	margin: 0px 0px 10px 5px;
	position:absolute;
	z-index:99;
}

form#period {
	position:absolute;
	z-index:99;
}

.form-add {
    margin:10px auto;

    padding: 0px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#shs {
	width: 500px;
}
.form-add li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 0 0 20px 0;
}
.form-add label{
    display:block;
}
.form-add input[type=text], 
.form-add input[type=date],
.form-add input[type=datetime],
.form-add input[type=number],
.form-add input[type=search],
.form-add input[type=time],
.form-add input[type=url],
.form-add input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px 0 10px 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    outline: none;  
}
select[name=category], select[name=period] {
	width:300px;
}
div#visitors_filter {
	display:none;
}
select[name=stats_length], select[name=ads_length], select[name=bids_length] {
	width:auto;
}
.form-add input[type=text]:focus, 
.form-add input[type=date]:focus,
.form-add input[type=datetime]:focus,
.form-add input[type=number]:focus,
.form-add input[type=search]:focus,
.form-add input[type=time]:focus,
.form-add input[type=url]:focus,
.form-add input[type=email]:focus,
.form-add textarea:focus, 
.form-add select:focus,
select[name=category]:focus,
select[name=period]:focus,
select[name=stats_length]:focus{
    -moz-box-shadow: 0 0 8px #F7931A;
    -webkit-box-shadow: 0 0 8px #F7931A;
    box-shadow: 0 0 8px #F7931A;
    border: 1px solid #F7931A;
}

.form-add .field-divided{
    width: 49%;
}

.form-add .field-long{
    width: 100%;
}
.form-add .field-select{
    width: 100%;
}
.form-add .field-textarea{
    height: 100px;
}
.form-add input[type=submit], .form-add input[type=button]{
	width: 180px;
  background: #039bd3;
  font-weight: 600;
margin: 45px 30% 0 30%;
  padding: 8px;
  line-height: 19px;
  font-size: 16px;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.form-add input[type=submit]:hover, .form-add input[type=button]:hover{
  box-shadow: 0px 0px 5px #888888;
}
.form-add .required{
    color:red;
}
#charNum {
  margin-top: -10px;
  font-size: 11px;
}
span.long {
	font-size:12px;
}
span.longer {
	font-size:11px;
}
span.position {
	font-weight:600;
	font-size:18px;
}
span.shares {
	font-weight:600;
	font-size:18px;
}
#ads2_wrapper thead{
	display:none;
}

#ads2_wrapper table.display.compact{
	border:none!important;
}
.ltd {
	max-width:470px!important;
	width:470px!important;
	height:56px;
	min-height:56px;
}
.ltd div.lght {
    vertical-align: middle;
    width: 470px;
    height: 58px;
    margin-left: 0px;
	margin-bottom: 0px;
}
#ads2_filter{
	width:100%;
}
#ads2_wrapper input{
	width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
	  font-size: 15px;
    margin:0px 0 10px 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    outline: none;  
}
#ads2_wrapper input:focus, #visitors_wrapper  select:focus{
    -moz-box-shadow: 0 0 8px #F7931A;
    -webkit-box-shadow: 0 0 8px #F7931A;
    box-shadow: 0 0 8px #F7931A;
    border: 1px solid #F7931A;
}
#ads_wrapper input{
	width:300px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
	  font-size: 15px;
    margin:0px 0 10px 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    outline: none;  
}
#ads_wrapper input:focus, #visitors_wrapper  select:focus{
    -moz-box-shadow: 0 0 8px #F7931A;
    -webkit-box-shadow: 0 0 8px #F7931A;
    box-shadow: 0 0 8px #F7931A;
    border: 1px solid #F7931A;
}
#stats_filter input, #ads_filter input, #bids_filter input, #partners_filter input {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
	padding: 7px;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    outline: none; 
}
#stats_filter input:focus {
    -moz-box-shadow: 0 0 8px #F7931A;
    -webkit-box-shadow: 0 0 8px #F7931A;
    box-shadow: 0 0 8px #F7931A;
    border: 1px solid #F7931A;
}

#partners_wrapper {
	border-bottom: 1px solid rgb(221, 221, 221);
}

img.rating {
	margin-bottom:-1px;
}
h4 i {
	float:right;
}

div.socials {
	margin: 20px 0px 10px 0px;
	  display: inline-block;
}

.socials div.like {
  display: inline-block;
	background:#f8f8f8;
  padding: 5px 9px 7px 10px;
  margin-bottom: 20px;
}
.socials div.like > * {
	vertical-align:middle !important;
	padding: 0 5px;
}
.socials div.share {
  display: inline-block;
	background:#f8f8f8;
  padding: 5px 9px 7px 10px;
  margin-bottom: 20px;
}
.socials div.share > * {
	vertical-align:middle !important;
	padding: 0 5px;
}
div.s {
  display: inline-block;
	background:#f8f8f8;
  padding: 5px 10px 7px 10px;
  margin-bottom: 20px;
}
.s div.share > * {
	vertical-align:middle !important;
	padding: 0 5px;
}
.fb_iframe_widget {
	margin-top:-2px;
}
.COINWIDGETCOM_CONTAINER > a {
	padding: 1px 2px 0px 2px !important;
	margin-top:-1px;
	height: 17px !important;
}
.COINWIDGETCOM_CONTAINER > span {
	padding: 2px !important;
	margin-top:-1px;
}
div.dataTables_scrollFoot {
	border: 0!important;
}

div.justify div.dataTables_scrollFoot, div.justify div.dataTables_scrollHead {
	display:block;
	border-bottom: 1px solid #ddd;
}
div.justify div.dataTables_scrollFoot table, div.justify div.dataTables_scrollHead table {
	width:978px!important;
}


table#partners td {
	padding: 2px 12px;
    text-align: left;
    height: 25px;
    min-height: 25px;
}
#topten {
    width: 480px;
    height: 720px;
    border: 0;
    overflow:hidden;
    -ms-transform: scale(0.641);
    -moz-transform: scale(0.641);
    -o-transform: scale(0.641);
    -webkit-transform: scale(0.641);
    transform: scale(0.641);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
p {
  max-height:440px;
}
div#total, div#views, div#clicks {
  font-size:18px;
  font-weight:400;
}

.min, .max, div#total span, div#views span, div#clicks span{
	font-weight:700;
}

input#urllike {
	border: none;
	background: transparent;
	font-size: 16px;
	color: #F75302;
	cursor: pointer;
	padding: 0;
}

input#urllike:hover {
	text-decoration: underline;
}
div.columns {
	min-height:140px;
}
div.left{
	display:inline-block;
	vertical-align:top;
	text-align: justify;
	padding:15px;
	float:left;
	width:45%;

}
div.right{
	display:inline-block;
	vertical-align:top;
	padding:15px;
	float:right;
	width:45%;
	text-align:right;
}
div.right div#tb>div{
	height:33px;
}
.l{
	width: 115px;
	display:inline-block;
	border: 1px solid #ddd;
	border-right:none;
}
.r{
	width: 90px;
	display:inline-block;
	border: 1px solid #ddd;
	text-align: left;
}
div.right div#tb {
	float: right;
}
div.right div#tb span {
	padding: 5px 10px;
}
.btn {
  color: #777;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  background: none repeat scroll 0% 0% #F8F8F8;
  border: 1px solid #CCC;
  margin: 5px 10px;
  transition: all 0.15s ease-in-out 0s;
  font-weight: 400;
}
.btn:hover {
  text-decoration:none;
  background: #eee;
}
.c66 {
  margin: 0 auto;
  width: 66%;
}

.frm {
  display:inline-block;
  width:60%;
}
.benefits {
  vertical-align:top;
  display:inline-block;
  width:38%;
  margin-top:40px;
  background:#E8F9FF;
}
.benefits ul{
  text-align:left;
  padding-right: 15px;
}
.benefits ul li {
  color: #F75302;
  margin-top:30px;
}
.benefits ul li>span {
  color: #000;
}
.prom {
  width:80%;
  margin: 0 auto;
  padding:25px;
  background:#F8F8F8;
}
.prom ul{
  text-align:left;
  padding-right: 15px;
}
.prom ul li {
  color: #F75302;
  margin-top:30px;
}
.prom ul li>span {
  color: #000;
}

.hleft {
	position: relative;
  vertical-align: top;
  display: inline-block;
  width: 200px;
  min-height: 90px;
  padding: 0px 8px;
  border: 5px solid #fff;
  background: #F7AD5B;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 15px #ABABAB;
  margin-bottom: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.hmid {
	position: relative;
  vertical-align: top;
  display: inline-block;
  width: 200px;
  min-height: 90px;
  padding: 0px 8px;
  border: 5px solid #fff;
  background: #F7931A;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px #ABABAB;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.hright {
	position: relative;
  vertical-align: top;
  display: inline-block;
  width: 200px;
  min-height: 90px;
  padding: 0px 8px;
  border: 5px solid #fff;
  background: #FE7005;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 15px #ABABAB;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.hleft:hover, .hmid:hover, .hright:hover {
  box-shadow: 0px 0px 24px #ABABAB;
}

div.arrow {
  display: inline-block;
    padding-top:23px;
  width: 80px;
}

.news {
	position:relative;
	text-align:center;
  vertical-align:top;
  display:inline-block;
  width:96%;
  padding:2px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
        -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}
.news:hover {
	background:#f8f8f8;
}
.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
} 
#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  color: #555;
  font-size: 0.95em;
}

.icon {
	margin-bottom:-3px;
	margin-left:10px;
}

img#fail {
  display: block;
  margin: 70px auto;
}


.agree {
	width: 20px;	
	float: left;	
	margin-left:110px;
	margin-right:10px;
	height:20px;
	position: relative;
	display:inline-block;
	border:1px solid #ccc;
}

.agree label {
	width: 20px;
	height: 20px;
	background: #eee;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.agree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 2px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.agree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
	width: 276px;
	background: #f8f8f8;
    border: 1px solid #ccc;
	margin:0 auto;
    padding: 5px 12px;
    cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;

}
.custom-file-upload:hover {
	background: #eee;
}
span#link {
	font-size: 0;
}

/* STAT TABLE */

.stat {
	margin:0px;padding:0px;
	width:90%;

}.stat table{
    border-collapse: collapse;
        border-spacing: 0;
        box-shadow: 0px 0px 5px #888888;
	border:3px solid #ffffff;
	
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.stat tr:last-child td:last-child {

}
.stat table tr:first-child td:first-child {

}
.stat table tr:first-child td:last-child {

}.stat tr:last-child td:first-child{

}.stat tr:hover td{
	
}
.stat tr:nth-child(odd){ background-color:#aad4ff; }
.stat tr:nth-child(even)    { background-color:#d3e9ff; }
.stat td{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:right;
	padding:7px;
	font-size:14px;
}.stat tr:last-child td{
	border-width:0px 1px 0px 0px;
}.stat tr td:last-child{
	border-width:0px 0px 1px 0px;
}.stat tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.stat tr:first-child td{
	background-color:#0057af;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}
.stat tr:first-child:hover td{

}
.stat tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.stat tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}





#perday, #days {
	width:100px;
	margin:0 0 0 5px;
	font-size:16px;
	text-align:right;
}

#shrs {
	margin:0 auto;
	font-size:16px;
	text-align:right;
}

.total {
	background-color: rgba(211, 233, 255, 0.56) !important;
}
.radio-toolbar input[type="radio"] {
    display:none; 
}

.radio-toolbar label {
	margin:5px;
    display:inline-block;
    background-color:#bbb;
	color: #fff;
	line-height: 15px;
    padding: 6px 20px;
    font-size:16px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.radio-toolbar input[type="radio"]:checked + label { 
    background-color:#039BD3;
}

div.lght
{
    background-color: rgba(255, 255, 255, 0.5);
    vertical-align:middle;
    width:466px;
    height:58px;    
    margin-left: 22px;
    margin-bottom: -17px;
    text-align:center;
    border:1px solid rgba(0, 0, 0, 0.1);
}

div.lght:hover
{
    background-color: rgba(255, 255, 255, 0.7)
}

.lght #adTitle
{
    color: #000;
    font-size:14px;
    font-weight:bold;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
    max-width:458px;
}

.lght #adText
{
    color: #000;
    font-size:12px; 
    max-width:458px;   
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
}

.lght #adURL
{
    font-size:14px;
    font-weight:bold;
    color:blue;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
    max-width:458px;
}

.lght a {
  text-decoration: none;
}

#pending td {
    padding: 5px 8px;    
}

div#total {
    width: 450px;
    margin: 0 auto 5px auto;
    background: #AAD4FF;
    padding: 3px;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0px 0px 5px #888888;
    border: 3px solid #ffffff;
}
