﻿body {
}
.yellow {
    color:yellow!important;
}
.green {
    color:#1ab394!important;
}
.red {
    color:red!important;
}
.pointer{
    cursor:pointer!important;
}