#verytop {
  background-color: #2c3e50 !important;
}

#top {
  background-color: #34495e !important;
  background-image: none !important;
}

#menu a.selected, #menu a:hover {
  color: #34495e !important;
}

#middle {
  background-image: none !important;
}

h1, h2.big {
  color: #34495e !important;
}

ul.dropdown ul a:hover {
  background-color: #2C3E50 !important;
}

ul.dropdown ul, ul.dropdown a.open, ul.dropdown ul a.open, ul.dropdown li:hover > a.dir, ul.dropdown ul li:hover > a.dir {
  background-color: #263340 !important;
}

a {
    color: #2980B9
}

.button {
    background-color: #3498DB;
}

.button:hover {
    background-color: #2980B9;
}

.button.green {
    background-color: #1abc9c;
}

.button.green:hover {
    background-color: #16a085;
}