body {
  font-family: Verdana, sans-serif;
  background-color: #ddd;
  margin: 0; }
  body > ul {
    list-style: none;
    padding-left: 0;
    background-color: #333;
    width: 100%;
    margin: 0; }
    body > ul > span a {
      background-color: #eb6a34;
      text-decoration: none;
      color: white;
      padding: 14px 60px;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-size: 20px;
      font-weight: 400;
      height: 35px;
      line-height: 35px; }
    body > ul > li:last-child {
      float: right; }
    body > ul > li {
      display: inline;
      text-align: match-parent; }
      body > ul > li > a {
        text-decoration: none;
        padding: 14px 30px;
        text-align: center;
        color: white;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        height: 35px;
        line-height: 35px; }
  body .body-under-menu {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0;
    padding: 20px; }

@media screen and (min-width: 1024px) {
  body .body-under-menu {
    margin: 30px 2px 30px 0;
    width: 94%; } }
