﻿
.mOut {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.fsSm {
    font-size: 0.6rem;
}
.mini-gray {
    font-size: 10px;
    color: gray;
    display: block;
    margin: 6px auto auto auto;
}
.gradText {
    background: red;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.silverBoldText {
    color: #c0c0c0;
    font-weight: bold;
}
.nobr	{ white-space:nowrap; }
a {outline:0;}
.fs12, .fs12 textarea, .fs12 input {
    font-size: 12px!important;
}
.topZIndex {
    z-index: 12101 !important;  
}
.h150, .h150 textarea {
    height: 150px;
}
.h500, .h500 textarea {
    height: 150px;
}