﻿.FontSize_23px {
    font-size: 23px;
}

.FontSize_26px {
    font-size: 26px;
}

.Color_Steelblue {
    color: steelblue
}

.BorderBottom_1px {
    border-bottom: 1px;
}

.MarginTop_-15px; {
    margin-top: -15px;
}

.ColorRed {
    color: red;
}

.width_100px {
    width: 100px;
}

.display-none,
.display-hide {
    display: none;
}
