* {
    box-sizing: border-box;
}

h1 {
  color: #000088;
}

h2 {
  color: #585858;  text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

body {
  margin: 0;
font-size: 100%;
text-decoration: none;
background-color:#d9ecf2;
    
}


h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;

     font-family:"Time New Roman", Times, Serif;
     color:#585858;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-family:"Time New Roman", Times, Serif;
     color:#585858;
}

p a {
  text-decoration: none;
}
  
/* Style the header */
.header {
    background-color: #d9ecf2;
    padding: 20px;
    text-align: center;
    color: #0000DD;
}

/* Create a column that floats next to each other */
.column {
    
    width:100%; 
    text-align: center;
    padding: 15px;
    background-color: #d9ecf2;
    
    
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.mpl img {
    float:right;
    margin: 0px 15px 0px 0px;
     background-color: #ffffff;
}

.footer {
    background-color: #d9ecf2;
    text-align: center;
    padding: 10px;
    
}

/* Style the navigation bar */
.nav {
    overflow: hidden;
    background-color: #d9ecf2;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-width: 2px 0px 2px 0px;
    border-color: #000088
}

/* Style the nav links */
.nav a {
    display: inline;
    color: #0000DD;
    text-align: center;
    
    padding: 14px 16px;
    text-decoration: none;
    
}

/* Change color on hover */
.nav a:hover {
    background-color: #000088;
    color: white;
}

nav.dropdown {
    position: relative;
    display: inline-block;
}

nav.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

nav.dropdown:hover .dropdown-content {
    display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #d9ecf2;
}

li {
     float: left;
     text-align: center;
}

li a {
    display: inline;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
    .column {
        width: 100%;
    }


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   .column {
        width: 100%;    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   .column {
        width: 100%;   
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .column {
        width: 100%;    
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .example {background: pink;}
    .column {
        width: 100%;

}

tr:hover {background-color:#C0C0C0;}
th {
    text-align: left;
}
table#table1 {
    width:86%; 
    margin-left:7%; 
    margin-right:7%;
}
  
th {
    height: 50px;
    vertical-align: bottom;
    padding-left: 12px;
    text-align: left;
    background-color: #C0C0C0; 
    color: black;
}

td {
    padding-left: 12px;
    text-align: left;
}



