
* {
  box-sizing: border-box;
}
.menu {
  float:left;
  width:25%;
  text-align:center;
  font-size: 13px;
 margin-right:4px;
 margin-bottom:3px;

  
 
}
menu.fixed{
    position:fixed;
    top:5px;
}
menu.bottom {
  position:absolute;
  bottom:0px;
}

.menu a {
  background-color: #F5F5F5;
  padding:8px;
  margin-top:4px;
  border-radius: 25px;
border: 2px solid #e3e4e5;
  display:block;
  width:100%;
  font-family:    Arial, Helvetica, sans-serif;
background: linear-gradient(to right,#e3e4e5  , white 25%,#fbfafa);
  color:black;
 
}

.menu a:hover {  background: linear-gradient(to right,#e3e4e5  , white 55%,#fbfafa);}

.menu a:hover:hover { background: linear-gradient(to right,#e3e4e5  , white 85%,#fbfafa); }


.main {
  float:left;
  width:74%;
  padding:0 20px;
  text-align:left;
    margin-top:2px;
font-family:    Arial, Helvetica, sans-serif;
font-size: 13px;
color:#566573;
background-color:#fbfafa;
  border-radius: 25px;
border: 1px solid #e3e4e5;


  background: linear-gradient(to right, #fbfafa, #fbfafa 98%, #e3e4e5);

 
}
.right {
  background-color:#e5e5e5;
  float:left;
  width:1%;
  padding:15px;
  margin-top:7px;
  text-align:left;
}
a:link {
color: #455367;
text-decoration: none;
} 

a:visited {
color: #455367;
text-decoration: none;
} 

a:active {
color: #455367;
text-decoration: none;
}

a:hover {
color: #6f7d92;
text-decoration: none;
}

hr {
 color:#DBDBDB;
 border-top: 1px dashed #455367;
 border-bottom:none;
 border-left:none;
 border-right:none;
}

body
{

font-family: 12px;
color:#f0b27a;
}


@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }
}
