html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

body {
	background-color: #000;
	color: #fff;
	font-family: Arial, Calibri, "Myriad Pro";
	font-size: 14px;
	margin: 15px;
}

.wrapper {
	background-color: #2d2d2d;
	padding-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1 {
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 54px;
	font-size: 1.4em;
	color: #3bb8da;
	border-bottom: 2px solid #3bb8da;
	margin: 0 15px;
	line-height: 32px;
}

p {
	padding: 5px 15px 0;
	line-height: 18px;
}

.yourandroid {
	color: #da3b3b;
	padding-bottom: 10px;
}

.thisis {
	padding-bottom: 10px;
}

.solution {
	font-size: 0.95em;
	color: #3bb8da;
	line-height: 14px;
}

.linebot {
	padding-bottom: 15px;
	border-bottom: 1px solid #808080;
}

.cta {
	display: block;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	color: #272a34;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.25em;
	background-color: #3bb8da;
}

.affkit-timer{
  	  font-size:15px;
  	  color:#ff0000;
	  font-weight: bold;
  }	