* {
    padding: 0;
    border-width: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}
body {
    background-color: #ccccff;
    background-image: url(https://www.egmo.org/background.jpg);
    background-attachment: fixed;
}
#egmo-body {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccccff;
}
#egmo-head {
    width: 900px;
    height: 170px;
    background-image: url(https://www.egmo.org/header.png);
    background-color: #ccccff;
}
#egmo-logo {
    width: 900px;
    height: 150px;
}
#egmo-navbar {
    width: 800px;
    height: 20px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.egmo-navitem {
    font-size: 16px;
    color: #6a6a6a;
    padding-left: 27px;
    padding-right: 27px;
}
.egmo-navlink {
    text-decoration: none;
    color: #6a6a6a;
}
.egmo-navlink-self {
    text-decoration: none;
    color: black;
}
.egmo-navspace {
    display: none;
}
#egmo-content {
    width: 900px;
    padding-bottom: 25px;
    background-color: #ccccff;
}
#egmo-content-table {
    margin-left: 25px;
    border-collapse: separate;
    border-spacing: 25px;
}
#egmo-news {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 10px;
    width: 150px;
    border: solid thin white;
    vertical-align: top;
}
#egmo-main {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 10px;
    width: 540px;
    height: 480px;
    background-color: white;
    vertical-align: top;
}
h1 {
    font-size: 1em;
    color: black;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
}
h2 {
    font-size: 0.9em;
    color: black;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
h3 {
    font-size: 0.8em;
    color: black;
    padding-bottom: 0.5em;
}
p {
    font-size: 0.8em;
    color: black;
    padding-bottom: 0.4em;
}
li {
    font-size: 0.8em;
    color: black;
}
li.egmo-community {
    font-size: 0.7em;
}
ul {
    padding-bottom: 0.4em;
}
p.egmo-wide-photo {
    font-size: 0.7em;
    width: 530px;
    text-align: center;
}
th.egmo-scores {
    font-size: 0.7em;
    text-align: center;
}
td.egmo-scores {
    font-size: 0.7em;
    text-align: center;
}
td.egmo-photo-list {
    font-size: 0.7em;
    text-align: center;
    vertical-align: bottom;
}
/* Style for lists (from Roundup, simplified).  */
table.egmo-list {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}
table.egmo-list th {
    padding: 0 4px 0 4px;
    color: #404070;
    background-color: #eef;
    border: 1px solid white;
    vertical-align: top;
    empty-cells: show;
}
table.egmo-list td {
    padding: 0 4px 0 4px;
    border: 1px solid white;
    color: #404070;
    background-color: #efefef;
    vertical-align: top;
    empty-cells: show;
}
#egmo-foot {
    position: relative;
    width: 900px;
    height: 150px;
    background-image: url(https://www.egmo.org/footer.png);
    background-color: #ccccff;
}
.egmo-foot-text {
    font-size: 16px;
    color: #cccccc;
}
#egmo-partners-text {
    position: absolute;
    top: 5px;
    left: 50px;
    width: 400px;
}
#egmo-partners-logos {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 400px;
}
#egmo-sponsors-text {
    position: absolute;
    top: 5px;
    right: 50px;
    width: 400px;
}
#egmo-sponsors-logos {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 400px;
}
.egmo-foot-social-text {
    font-size: 16px;
    color: #ffffff;
}
.egmo-foot-social-link {
    text-decoration: none;
    color: #ffffff;
}
#egmo-social-text {
    position: absolute;
    top: 108px;
    left: 50px;
    width: 400px;
}
#egmo-social-logos {
    position: absolute;
    bottom: 4px;
    right: 50px;
    width: 400px;
}
.egmo-slide {
    width: 512px;
    height: 341px;
    overflow: hidden;
    position: relative;
}
.egmo-slide img {
    position: absolute;
    animation: egmo-slide 40s infinite;
    opacity: 0;
    width: 100%;
    height: auto;
}
@keyframes egmo-slide {
    10% { opacity: 1; }
    20% { opacity: 0; }
}
.egmo-slide img:nth-child(8) { animation-delay: 0s; }
.egmo-slide img:nth-child(7) { animation-delay: 5s; }
.egmo-slide img:nth-child(6) { animation-delay: 10s; }
.egmo-slide img:nth-child(5) { animation-delay: 15s; }
.egmo-slide img:nth-child(4) { animation-delay: 20s; }
.egmo-slide img:nth-child(3) { animation-delay: 25s; }
.egmo-slide img:nth-child(2) { animation-delay: 30s; }
.egmo-slide img:nth-child(1) { animation-delay: 35s; }
