﻿html, body
{
    font-size: .75rem;
}
table *
{
    font-size: .875rem !important;
}

.small-textbox input[type="text"]:not(.date), .small-textbox input[type="password"], .small-textbox input[type="date"], .small-textbox input[type="datetime"], .small-textbox input[type="datetime-local"], .small-textbox input[type="month"], .small-textbox input[type="week"], .small-textbox input[type="email"], .small-textbox input[type="number"], .small-textbox input[type="search"], .small-textbox input[type="tel"], .small-textbox input[type="time"], .small-textbox input[type="url"], .small-textbox input[type="color"], .small-textbox textarea
{
    margin-bottom: .2rem;
    padding: .2rem;
    height: 1.8125rem;    
}

.fa-stack-2x
{
    font-size: 2em !important;
}