﻿
body {
    
    /*background: -webkit-linear-gradient(#CE0000, #ff0000) !important;
    background: -moz-linear-gradient(#CE0000, #ff0000) !important;
    background: -o-linear-gradient(#CE0000, #ff0000) !important;
    background: linear-gradient(#CE0000, #ff0000) !important;*/
}
body > .grid {
    height: 100%;
}
/*.image {
    margin-top: -100px;
}*/
.column {
    max-width: 450px;
}

.ui.button{
    /*float: left;*/
    color: white;
    background: #7F0000;
    /*background: -webkit-linear-gradient(#CE0000, #ff0000) !important;
    background: -moz-linear-gradient(#CE0000, #ff0000) !important;
    background: -o-linear-gradient(#CE0000, #ff0000) !important;
    background: linear-gradient(#CE0000, #ff0000) !important;*/
}