body{background:radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;background-color:#282828;background-size:16px 16px;}
.button{background-color:#282828;color:#FF9900;box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);border:2px solid transparent;box-sizing:border-box;cursor:pointer;font-size:100%;font-weight:700;line-height:1;margin-top:5px;margin-bottom:5px;margin-left:15px;margin-right:15px;width:200px;padding:15px 25px;text-align:center;text-decoration:none;display:inline-block;outline:none;position:relative;top:0;text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;-ms-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;border-radius:5px;}
.button:hover{background-color:#000033;}
.dot1{height:40px;width:40px;background-color:#000033;border-radius:50%;display:inline-block;}
.dot2{height:40px;width:40px;background-color:#FF9900;border-radius:50%;display:inline-block;}
.dot3{height:40px;width:40px;background-color:#0000FF;border-radius:50%;display:inline-block;}
#page{font-family:VarelaRound;text-align:center;color:#FF9900;background-color:#101010;width:700px;margin:0 auto;height:auto;min-height:520px;box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);margin-top:10px;padding-top:15px;padding-right:10px;padding-left:10px;padding-bottom:10px;border-radius:5px;}
#nav{min-width:720px;font-family:VarelaRound;text-align:center;width:100%;margin:0 auto;background-color:#101010;padding-top:10px;padding-bottom:10px;margin-top:-10px;border-radius:5px;}
#output{font-weight:bold;}
table{box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);margin-left:auto;margin-right:auto;}
td, th{color:#FF9900;text-align:center;padding-left:30px;padding-right:30px;padding-top:5px;padding-bottom:5px;border-bottom:1px solid #FF9900;}
th{background-color:#FF9900;color:#000033;}
tr:nth-child(even){background-color:#282828;}
a{color:#0000FF;}
hr{height:3px;background-color:#FF9900;border-radius:5px;}
iframe{border-style: none;}
@font-face{font-family:'VarelaRound';src:url('VarelaRound-Regular.ttf');}