
header, footer{
  background-color: #1C3177;;
  color: white;
  margin: 0;
}

header{
  padding-left: 1em;
  div {display: inline-block;}
  img {
    width:250px;
    vertical-align: bottom;
  }
}

nav {
  background-color: #1C3177;;
  color: black;
  width: 180px;
  float: left;
/*  font-size: 1.2rem; */
  font-size: 1.2rem;
  a {
    color: white;
    text-decoration: none;
  }
  a:hover {
    color: blue;
  }

  .nav-joint {
  font-size: 0.75em;
  }
  ul {
    list-style: none;
    padding-left: 1em;
  }
  .box {
      background-color: white;
      text-align: center;
      img {
/*       width: 180px;*/ 
      }
    }
}

main {
  margin-left: 180px;
  padding: 10px;
  
  .columnright td:nth-of-type(1) {text-align:right;}
  .fee {
    table, th, td {border: solid 1px;}
    td {text-align:right;}
  }
  .event {
    td:first-child {
      white-space: nowrap;
    }
    td {
      vertical-align: top;
      text-align:left;
    }
  }
  .button1 {
    margin:auto;
    font-size:1em;
    color: white;
    font-weight: bold;
    text-align:center;
    display:block;
    padding:10px;
    background:#9B9B9B;
    border-radius:5px;
    box-shadow: 7px 10px 5px gray;
  }
  .button1:hover {
    background-color:#7B7B7B;
  }
}

footer{
  text-align: center;
  clear: both;
}
