/******************** reset **********************/
html, body{
    height:100%
}
body>.ui.grid{
    height:100%;
    margin:0;
}
.full-height{
    height:100%;
}
.full-width{
    width: 100% !important;
}
.hidden{
    display: none !important;
}
.invisible{
    visibility: hidden;
}
.small{
    font-size: .8em;
}
a.ui.button{
    vertical-align: top;
}
::-webkit-scrollbar{
    width:0px
}
/******************** common **********************/
.ui.text.container {
    max-width: 1200px !important
}
.main.container {
    margin-top: 5em;
}
.no-margin{
    margin: 0 !important;
}
/************************* coherence ***************************/
body.coherence {
    background-color: #eee;
}
.coherence .image {
    margin: 20px 10px;
}
.coherence .column {
    max-width: 480px;
}
.coherence .column form label {
    text-align: left;
}
