* {
	font-family: "Avenir Next";
	}
	
body {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.625;
	}
	
p {
	-webkit-margin-before: 1px;
	-webkit-margin-after: 2px;
	padding-left: 6px;
	color: #7b7b7b;
	line-spacing:1.625em;
	}	
	
h1, h2, h3, h4 {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	padding: 2px 6px 2px;
	margin-bottom: 0px;
	border-bottom: 0px solid lightgrey;
	font-family: "Avenir Next Condensed", HelveticaNeue-Light, Avenir-Light;
	color: #999999;
	font-weight: 600;
}

h1 {

}

h2 {

}

h3 {
text-transform:uppercase;
color: #505050;
margin-top: 8px;
}

h4 {
margin-top: 2px;
color: #808080;
font-size: 18px;
}

.subhead {
margin-top: 6px;
margin-left: 6px;
margin-bottom: 2px;
color: #92bbcc;
font-size: 18px;
}

#title h3 {
	color: #990000;
	font-size: 16px;
	padding: 2px 6px 2px;
}
#bottom p {
	color: #999999;
	font-size: 16px;
	font-weight: 500;
	padding: 2px 6px 2px;
}

#bottom h3 {
	color: #990000;
	font-size: 16px;
	padding: 2px 6px 2px;
}

#bottom li {
	border: 1px dotted #5fa3bf;
	border-radius: 3px;
	font-size: 14px;
	color: #5fa3bf;
	background-color: #f2f2f2;
	padding: 2px 10px 2px;
	margin-left: 6px;
	margin-top: 10px;
}
#bottom li a {
	color: #5fa3bf;
	}

#bottom	ul, #bottom ol {
	list-style-type: circle outside #999;
	-webkit-padding-start: 10px; // indentation
	-webkit-margin-before: 10px;
	padding-left: 15px;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}

ul, ol {
	list-style-type: circle outside #999;
	-webkit-padding-start: 10px; // indentation
	-webkit-margin-before: 10px;
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
	}

#top, #bottom {
	background-color: #fff;
	padding: 0 6px 4px;
	font-size: 80%;
	line-spacing:1.625em;

	}
	
#top h4, #bottom h4 {
	border-bottom: 1px solid grey;
	}
	
#middle {
	padding: 0 6px 4px
	}
	
ul {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 30px;
	color: #505050;
	}
	
ol {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 45px;
	color: #505050;
	}
	
td {
    padding: 15px;
}
	
	
#title {
	color: white;
	background-color: #fff;
	text-align: left;
	padding: 12px 6px 2px;
	}
	
#title #youtubeicon {
	position: absolute;
	top: 0;
	right: 4px;
	display: none;
	}
	
#youtubevideo {
	text-align: center;
	display: none;
	background-color: black;
	}

table tr td:first-child {
    border-right: 1px solid lightgrey;
}

.msg {
    font-size: 50%;
    color: red;
	float:right;
}


/* SANDEEP */
#topbox {
	display: block;
}
.float-box {
overflow:hidden;
display:block;
/*float: right;*/
/*margin-bottom:30px;*/
margin: 0px 10px 0px 10px;
padding:0px;
border-color: rgba(0,0,0,0.0);
border-width: 1px;
border-style: solid;
/*border:1px solid rgba(0,0,0,0.0);*/
background:#fff;
color:#FFF;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
}

.float-box h4 {
margin-bottom:.5em;
font-size:20px;
}

.float-box p {
margin-bottom:1em;
font-size:16px;
font-weight:400;
font-family: "Avenir Next Condensed", HelveticaNeue-Light, Avenir-Light;
}

.float-box p a {
color:#FFF;
text-decoration:none;
}

.float-box .button {
border:1px solid rgba(0,0,0,0.0);
}

.float-box h1,.float-box p {
text-shadow:rgba(0,0,0,0.0) 0 1px 0;
}
.button {
display:inline-block;
padding:3px 10px;
border:0;
background:#33a1ff;
color:#FFF;
font-size:12px;
font-weight:600;
line-height:20px;
text-transform:uppercase;
white-space:nowrap;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
border-radius:0px;
-webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
}

.button:hover {
/*background:#1782e0;*/
color:#FFF;
text-decoration:none;
cursor:pointer;
}

.button:active {
-webkit-box-shadow:rgba(0,0,0,0.3) 0 2px 10px 0 inset;
-moz-box-shadow:rgba(0,0,0,0.3) 0 2px 10px 0 inset;
box-shadow:rgba(0,0,0,0.0) 0 2px 10px 0 inset;
}
a {
	text-decoration:none;
}
.button+.button 
{
margin-left:5px;
}
a, a:visited {
    color: inherit;
}

.button+a.alt-action {
margin-left:10px;
font-size:13px;
line-height:28px;

}

.button-large {
padding:15px;
font-size:24px;
font-weight:300;
}

.button-medium {
padding:8px 12px;
font-size:18px;
font-weight:300;
text-transform:capitalize;
}

.button-small {
content:'';
padding:0px;
font-size:11px;
text-transform:uppercase;
float: right;
width: 32px;
height: 32px;
background:rgba(0,0,0,0.0) url("close@2x.png");
border-width: 0px;

}

.button-micro {
padding:0 5px;
font-size:11px;
line-height:18px;
text-transform:uppercase;
}

.button-subtle {
background:#b8b8b8;
}

.button-subtle:hover {
background:#33a1ff;
}
