﻿.not-visible
{
    opacity: 0;
    display: none;
}

.invisible
{
    opacity: 0;
}

.not-displayed
{
    display: none;
}

.full_width
{
    width:100%; 
    margin: auto auto;
}

.creditCountInput
{
    background-color: lightpink;
}
