.home-menu {
    text-align: left;
}
.home-menu ul {
    float: right;
}
.home-menu {
    padding: 0.5em;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
    background: #2d3e50;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}
#layout, #nav, #list, #main {
    margin: 0;
    padding: 0;
    margin-top: 57px;
}
.primary-button,
.secondary-button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
}
.primary-button {
    color: #fff;
    background: #1b98f8;
    margin: 1em 0;
}
.secondary-button {
    background: #1b98f8;
    border: 1px solid #666;
    color: #ddd;
    padding: 0.5em 2em;
    font-size: 80%;
}
#layout, #nav, #list, #main {
    margin: 0;
    padding: 0;
    margin-top: 57px;
}
#layout {
    padding-left:150px;
    position: relative;
}
#main {
    bottom: 0;
    left: 150px;
    margin-bottom:50px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    position: static;
    right: 0;
    top: 33%;
    width: auto;
}
#modal {
    display: none;
    position: fixed;
    width: 650px;
    height: 300px;
    top:50%;
    left: 50%;
    margin-left: -325px;
    margin-top: -150px;
    border: 5px solid #2d3e50;
    border-radius: 20px;
    background-color: #fff;
}
#modal h1 {
    text-align:center;
    background-color: #2d3e50;
    color: white;
    padding-bottom: 5px;
    margin-top: 0px;
}

.game-content-header, .game-content-body, .game-content-footer {
    padding: 1em 2em;
}
.game-content-header {
    border-bottom: 1px solid #ddd;
}
.game-content-title {
    margin: 0.5em 0 0;
}
.game-content-subtitle {
    font-size: 1em;
    margin: 0;
    font-weight: normal;
}
.game-content-subtitle span {
    color: #999;
}
.game-content-controls {
    margin-top: 2em;
    text-align: right;
}
.game-content-controls .secondary-button {
    margin-bottom: 0.3em;
}
.game-content-body {
	width:500px;
}
.button-selected {
	background: rgb(223, 117, 20);
}
.button-bad {
	background: rgb(202, 60, 60);
}
.button-plain {
	background: rgb(28, 184, 65);
}
