@charset "UTF-8";

body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #C165CC;
}
.wrapper {
	width: 850px;
	border: thick double #333;
	height: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
th {
	font-weight: bold;
}
ul {
	list-style-type: none;
}
h4 {
	color: #E00D62;
}

/* ---------- TIMER ---------- */
ul#countdown{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin: auto;
}
ul#countdown span {
	color: #0D0D23;
	font-size: 10em;
	font-weight: bold;
}
ul#countdown h3{
	color: #000;
	background: #888;
	padding: 10px;
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
}
ul#countdown li{
	width: 20%;
	display: inline-block;
	padding-top: 25px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	color: #DF2363;
	font-size: 1.2em;
	text-align: center;
	}
.first{
	background: #0476D9;
}
.second{
	background:#2AA4BF;
}
.third{
	background:#6BBD5E;
}
.fourth{
	background:#87BF7E;
}
/*---end-timer-----*/

/*---start-content-----*/
.content {
	text-align: center;
}
.content h1 {
	font-size: 3em;
	color: #2B486A;
}
.content p {
	font-size: 1.5em;
	color: #CCC;
}
.timer p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	color: #aaa;
}
.classesAll {
	background-color: #99F;
	margin: 10px;
	padding: 10px;
	border: thin solid #333;
}
.classesAll h3 {
	font-weight: bold;
}
.class1 {
	margin: 5px;
	padding: 5px;
	width: 35%;
	border: medium dotted #333;
	alignment: top;
 	display: inline-block;
	top: 0px;
}
.class1 table {
	border: thin solid #000;
	background-color: #C9F;
	text-align: center;
	height: 150px;
	width: 100%;
}
.class1 th {
	border: thin solid #000;
	background-color: #96F;
}
.class1 td {
	border: thin solid #000;
}

#html {
}
#drmwvr {
}
#webdesign {
}
