.text-secondary {
    color:#a0a0a0 !important;
}

.blockquote {
    border-left: 5px solid #eee !important;
    padding: 10px 20px;
    background: #282828;
    color: #c0c0c0;
}

.blockquote p {
    margin-bottom: 0.5em !important;
}

.md-preview-cell .md-preview{
    background: #222 !important;
}
.codeinputfield {
    font-size:48px;
    padding:0 0px 0 7px;
    color:#ffffff;
    background:#222;
    margin-right:20px;
}
#version_name_header {
    font-size:34px;
    color:#31b1e8;
}
#activate_button {
    font-size:28px;
    margin-top:25px;
}
body, html {
    height: 100%;
}
body {
    padding-top:0px;
}

#content-box {
    opacity:0.99;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}
.codeinputfield {
    opacity:1 !important;
}

input {
    background:#404040;
    color:#fff;
}