﻿.divVisible{
    display: none;
}
.divFull {
    width: 100%;
}
.divHalf {
    width: 50%;
    float: left !important;
}
.divBeside {
    margin-left: 50%;
}
.showPointer {
    cursor: pointer;
}
.redBold {
    font-weight: bold !important;
    color: red !important;
}



