@media only screen and (min-device-width: 1025px) {
    div.header {
    width: 65%;
    height: 500px;
    background-image: url("header2.jpg");
    background-repeat: no-repeat;
    background-position: 0% 15%;
    background-size: 100%;
    border-radius: 0px 0px 100px 100px;
    margin-left:auto;
    margin-right:auto;
  }
  div.menu {
    padding-top:10px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  div.link {
    float:left;
    border: 2px solid navy;
    border-radius: 10px/50%;
    background-color: rgb(232, 232, 255);
    text-align: center;
    width: 23%;
    height: 20px;
    margin-left: 2px;
    margin-right: 2px;
    box-shadow: 5px 5px 15px 0px black;
  }
  div.link a {
    line-height: 20px;
    text-decoration: none;
    color: navy;
    display: block;
    font-family: Arial;
    font-size: 14px;
  }
  div.link a:hover {
    font-weight: bold;
  }
  span.title {
    font-weight: bold;
    font-size: 24px;
  }
  div.content {
    width: 65%;
    margin-left:auto;
    margin-right:auto;
    padding-top:50px;
    font-family: Arial;
    font-size:16px;
  }
  div.rightside {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 15%;
    height: 90%;
    background-image: url("right7.jpg");
    background-repeat: no-repeat;
    background-position: 58% 0%;
    background-size: auto 100%;
    border-radius: 0px 0px 0px 100px;
  }
  div.leftside {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 15%;
    height: 90%;
    background-image: url("left3.jpg");
    background-repeat: no-repeat;
    background-position: 75% 0%;
    background-size: auto 100%;
    border-radius: 0px 0px 100px 0px;
  }
  input.age {
    position: absolute;
    left: -150px;
    width: 100px;
    top: 500px;
  }
  #mo {
    margin:25px auto 25px auto;
    padding:10px;
    border:solid 2px navy;
    border-radius:50px;
    box-shadow:0px 0px 15px 5px black;
    width:95%;
  }

  table.joblist {
    width:100%;
    border:2px solid white;
    border-radius:50px;
    border-collapse:collapse;
  }
  table.joblist th {
    background-color:rgb(192, 192, 232);
    border:3px solid white;
    height:43px;
  }
  table.joblist td {
    background-color:rgb(212, 212, 255);
    padding:3px;
    height:69px;
    border:3px solid white;
  }
  div.adminlst {
    width:100%;
    overflow-x: scroll;
  }
}