body {
    padding-top: 50px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}
.game {
    padding: 15px;
}

.canvas-container {
    width: 100%;
    height: 480px;
    margin: 0px auto;
    border: 1px solid #000;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.experiments .btn, .equipment .btn {
    width: 100%;
    margin: 5px 0px;
}

.tooltip {
    width: 200px;
}

.alert {
    max-width: 450px;
}

.growl-title {
    font-size: 1.1em;
    margin-left: 0;
    padding-left: 0;
}

.alert-growl {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgb(255, 255, 255);
    border-width: 3px;
    color: rgb(255, 255, 255);
}