/*
 * Riseio custom styles
 */

.visible {
    display: block !important;
}

.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}

.text-danger {
    color: red;
}

.text-small {
    font-size: 12px;
}
