html, body {
        height: 100%;
        margin: 0px;
    }
#main {
max-with:1103px;
margin:auto;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-style:solid;
  border-color:red;
  
}

li 
{
  float: left;
}

li a 
{
  display: block;
  color: white;
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  width:130px;
  text-align; center;
  zborder-style:solid;
  zborder-color:blue;
  
  
}

/* Change the link color to #111 (black) on hover */
zli a:hover {
  color: #414289;
  text-decoration: underline;
}

/* Set a style for all buttons */
/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #007bb1;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 20%;
  border-radius: 50%;
}

.container {
  padding: 16px;
  margin: 24px 0 12px 0;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  right: 0;
  top: 50%;
  top: -200px; 
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  zheight: 400px; /* Full height */
  zoverflow: auto; /* Enable scroll if needed */
  padding-top: 0px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: auto   auto; /* 5% from the top, 15% from the bottom and centered */
  margin: 5% auto 5% auto;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  zcolor: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
  

ol, ul {
    list-style: none;
}
li {
    display: inline-block;
    padding: 0px 0 0px;
    vertical-align: middle;
	text-align: center;
	width: 130px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 16px;
	border:solid;
	border-color: #111;
	background-color: #222;
	border-width: 1px;
}
li:hover 
{
zbackground-color: #1f3e54;
background-color: #660505;
zdrop-shadow(offset-x offset-y blur-radius color);
filter: drop-shadow(0px 0px 0.25rem #eee);
filter: drop-shadow(.5rem .5rem .75rem #eee);
color: white;

}
a:hover, a:focus, a:active {
    color: #FFF;
    text-decoration: none;
}
a {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
a {
    position: relative;
    display: block;
    padding: 0px 0;
    margin: 0 0px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    zfont-weight: 900;
    text-transform: uppercase;
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
	color: #000;
    
}
a::before {
    content: '';
    display: block;
    position: absolute;
	top: -17px;
    zbottom: -2px;
    left: 0;
    height: 4px;
    width: 100%;
    zbackground-color: #b00000;
	background-color: #FFF;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
a:active::before {
    background-color: #000080;
}
a:hover::before, a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
	color: white;
	border: solid; border-color: none;
	border-style: none; border-width: 1px; padding-bottom: 0px; padding-top:0px; border-bottom-style: solid; 
	border-bottom-color: #a0000a;
}
button {
  background-color: #3ea8ea;
  width: 190px;
  color: white;
  text-decoration: none;
  margin: 2px 2px;
  padding: 14px 14px;
  cursor: pointer;
  border: 3px solid #333;
  font-size: 12pt;
  border-radius: 8px;
  background-image:linear-gradient(#ff7905,YELLOW);
  cursor: pointer;
  filter: drop-shadow(2px 3px 0.25rem BLACK);
  border-color: #ddd;
}
button:hover {
  opacity: 0.8;
  color: black;
  background-image:linear-gradient(YELLOW, #ff7905);
  filter: drop-shadow(.5rem .5rem 1rem #eee);
  filter: drop-shadow(2px 3px 0.25rem YELLOW);
  border-color: #777;
}

.select 
{
	border-style: none; 
	border-width: 3px; 
	padding-bottom: 2px; 
	padding-top:0px; 
	border-bottom-style: solid; 
	border-bottom-color: #a00000; 
	height: 20px;
	background-color: #1f3e54; 
	
	
}

