﻿/* ========== GENERAL STYLES ========== */
body {
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    font-size: 14px;
}

.error-msg {
    color: red;
}
.cursor-pointer {
    cursor: pointer;
}
