﻿body
{
    visibility: hidden;
}

#feeCalculatorContainer
{
    visibility: visible;
    margin-top: -25%;
}

.span4
{
    float: left !important;
    width: 45% !important;
}

.btn
{
    display: none;
}

span.add-on
{
    float: left !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#moneySection
{
    margin-left: -5px;
}

.moneyField
{
    text-align: left !important;
}

select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    margin-left: -5px;
}

input,
textarea,
select
{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
