﻿.hide {
    display: none;
}

.show {
    display: table;
}
