﻿[v-cloak] {
    display: none;
}

body {
    background-color: #FFFFFF;
}

.main.container {
    margin-top: 5em;
}

.general-table {
    margin-top: 1rem;
}
.centered{
    margin:0 auto;
    width:100%;
}
.text-center{
    text-align:center
}

.ui.selection.active.dropdown .menu{
    max-height:500px
}
.ui.selection.dropdown{
    min-width:inherit;
    width:100%
}