﻿.justify {
text-align: justify;
}

.visible {
display: block;
}

.hidden {
display: none;
}