body {
//    font-family: Open Sans;
    font-family: Arial, Helvetica, sans-serif;
//    background-color: #004755; // traditional green background
    background-color: #005D97;
}

h1 {
    text-align: center;
}

#title {
    text-decoration: underline;
}

input[type="radio"]{
  margin: 0 10px 10px 0;
}

#quiz {
    text-indent: 10px;
    display:none;
}

.button {
    border:3px solid;
    border-radius:5px;
    width: 40px;
    padding-left:5px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    float:right;
    background-color: #FFFFFF;
    color: black;
    margin: 0 2px 0 2px;
}

.button.active {
    background-color: #F8F8FF;
    color: #525252;
}

button {
    position: relative;
    float:right;
}

.button a {
    text-decoration: none;
    color: black;
}

#container {
    width:70%;
    margin:auto;
    padding: 0 25px 40px 10px;
    background-color: #FFFFFF;
 //   border:2px solid #B0E0E6;
 //   border-radius:5px;
    color: #000000;
//    font-weight: bold;
//    box-shadow: 5px 5px 5px #888;
//    box-shadow: 5px 5px 5px #001C21; // better shadow
}

ul {
    list-style-type: none;
    padding: 3px;
    margin: 0;
}

#prev {
    display:none;
}

#start {
    display:none;
    width: 80px;
}

.ui-dialog .ui-dialog-titlebar {
    margin: auto;
    padding: 10px;
    border: 4px solid #B0E0E6;
    border-radius:5px;
    color: #000000;
    text-align: left;
//    box-shadow: 5px 5px 5px #001C21; // better shadow
}

.ui-dialog .ui-dialog-content { 
    margin:auto;
    padding: 0 25px 40px 10px;
    background-color: #1E90FF;
    border: 4px solid #B0E0E6;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
//    box-shadow: 5px 5px 5px #001C21; // better shadow
}

