
        .se-action i{
            color: white !important;
        }
        .se-action:hover i{
            color: grey !important;
        }
        .ui.table.se > tbody > tr > td{
            border-top : 1px solid rgba(34,36,38,.1);
        }
        .select2-container{
            width: 100% !important;
        }
        .select2-container .select2-selection--single{
            height: 40px;
        }
        .select2-container .select2-selection--single .select2-selection__rendered {
            padding-left: 13px;
            padding-top: 4px;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 7px;
            right: 9px;
        }
        .select2-container--default .select2-selection--multiple .select2-selection__rendered li input{
            width: 9.75em !important;
            margin-top: 5px;
        }
        .select2-container--default .select2-selection--multiple .select2-selection__choice {
            padding: 8px 5px;
        }
        .ui.segment > div.sixteen.wide.column{
            margin-bottom:20px
        }