


body {
	background-color: #000000;
	margin:0;
	padding:0;
	padding-left:20px;
	border:0px;
	border-top: #2465FF 30px solid;

	color: #709BFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:lighter;

}


h3 {
    font-family: 'LithosPro-Regular', 'Lithos Pro', Verdana, Arial;
	color: #2465FF;
	text-shadow: 0 0 3px #000000;
	
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;

}


p{
	color: ;
    font-size: 15px;

    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;

	margin: 5px;
	padding: 2px;
	padding-top: 7px;
}

p.test{
    font-size: 18px;
    margin-bottom:30px;
}

a{
	color: #2465FF;
	margin: 0px;
	padding: 3px;
	text-decoration:underline;
}

a:hover{
	margin: 0px;
	padding: 3px;
	text-decoration:none;
	color:#ffffff;
	background:#2465FF;
	text-shadow: none;

}

input[type=text] {
    font-size: 16px;
    border: 3px solid #4F6DB3; 
    padding: 5px;
    color:#ffffff;
    background:#333333;
    margin: 0 0 10px 0;
}

input[type=checkbox].test,input[type=radio].test{
width:24px;height:24px;position:relative;top:6px
}
input[type=checkbox].w3-check:checked+.w3-validate,input[type=radio].test:checked+.w3-validate{
color:} 
input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].test:disabled+.w3-validate{
color:#aaa
}


input[type=button] {
  background: #00A0D1;
  background: -moz-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00A0D1),color-stop(100%,#008DB8));
  background: -webkit-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
  background: -o-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
  background: -ms-linear-gradient(top,#00A0D1 0%,#008DB8 100%);
  background: linear-gradient(top,#00A0D1 0%,#008DB8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A0D1',endColorstr='#008DB8',GradientType=0);
  padding:8px 20px;
  color:#cfebf3;
  font-family:'Helvetica Neue',sans-serif;
  font-size:13px;
  border-radius:40px;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border:1px solid #095B7E
}


textarea, select {
    font-size: 16px;
    border: 3px solid #4F6DB3; 
    padding: 5px;
    color:#ffffff;
    background:#333333;
    margin: 0 0 10px 0;
}



table {
  margin:1em auto;
  border-collapse:collapse;
  font-size:7px;
}

tr {
  vertical-align:top;
}

td {
  padding:.3em 1em;
  text-align:left;
}

td.collabel {
  text-align:left;
  font-weight:bold;
  font-size:10px;
}

tr.odd {
  background:#222222;
}


div.flashcard_question {
  color: #000000;
  background-color: #e0fff3;
  width:400px;
  min-height: 200px;
  text-align: left;
  vertical-align:middle;
  border-radius: 30px/60px;
  border: solid 1px #AAAAAA;
  padding: 40px;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.1),0 2px 0 rgba(0,0,0,.2);
}

div.flashcard_answer {
  color: #000000;
  background-color: #cbdcff;
  width:400px;
  min-height: 200px;
  text-align: left;
  vertical-align: middle;
  border-radius: 30px/60px;
  padding: 40px;
  border: solid 1px #AAAAAA;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.1),0 2px 0 rgba(0,0,0,.2);
}



