* {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	list-style-type: none;
	text-decoration: none;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
body {
    color: #444;
    background-color: #b1dcf3;
	background: linear-gradient(180deg, #b1dcf3 0%, #fff 100%);
	font-family: 'avenirlight',Century Gothic,Helvetica,Tahoma;
	font-size: 15px;
	font-weight: normal;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
    font-weight: bold;
    color: #0088c4;
    text-decoration: none;
}
a:hover {
    color: #aa0000;
    text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

div.center-div
{
  position: absolute;
  margin: auto;
  padding: 10px;
  top: -130px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  font-weight: bold;
  background-color: #bbbbbb40;
  border-radius: 8px;
}
div.div-center
{
  width: 100%;
  text-align: center;
}

#header
{
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	overflow: hidden;
	height: 47px;
	padding-left: 55px;
	color:#404040;
	background: #62b9e8;
	border-bottom: 1px solid #62b9e8;
	font-weight:bold;
	font-size:20px;
	transition: ease-in-out .3s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
