﻿.ShowFlex {
    display: flex !important;
}

.ShowBlock {
    display: block !important;
}

.ShowNone {
    display: none;
}

