* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

.top-line {
    box-shadow: 0 -2px 0 0;
}

.change-colors {
    background: #063462;
    color: #9dd1ff;
}

.change-colors:focus {
    background: #9dd1ff !important;
    color:#063462 !important;
}

.text-size-button {
    background: inherit;
    color: inherit;
    border: 0px;
}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.content {
  display: table-row;
  height: 100%;
}

#hat {
    border-radius: 3px;
    font-size: 150%;
    text-align: center;
    letter-spacing:normal;
}

.hat-content > p {
    font-family: 'Arial Bold';
}

.poor-vision-mode {
    text-align: center;
    padding-bottom: 1px;
    overflow: hidden;
}

.poor-vision-mode :first-child {
    border-radius: 0 0 0px 5px;
}

.poor-vision-mode :last-child {
    border-radius: 0 0 5px 0;
}

.poor-vision-mode > div > input {
    cursor: pointer ;
}

.size {
    display: inline-block;
}

.size > span {
    margin: 5px;
}

.colors-menu {
    display: inline-block;
}
.colors-menu > span {
    margin: 5px;
}

.menu-head > a {
    margin-top: 10px;
    margin-bottom:10px;
    text-decoration: none;
    font-size: 160%;
    display: inline-block;
    border-radius: 0 10px 10px 0;
    padding: 3px;
    float: left;
}

.menu {
    margin-top: 20px;
    list-style-type: none;
    padding: 0%;
    text-align: right;
}

.menu > li {
     display: inline-block;
     margin-bottom: 10px ;
}

.menu > li > a {
    font-size: 110%;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
}

.footer > a {
    text-decoration: none;
    font-size: 150%;
}