﻿#ClearButton
{
    margin-bottom: 11px;
}
#CurrencyDropDownList
{
    font-size: 14px;
    height: 21px;
    margin-top: 18px;
    width: 200px;
}
#FactorsTable
{
    margin: 7px auto 16px;
}
#PriceCaptionDiv
{
    font-size: 22px;
    margin: 15px 0 2px;
}
#Price1TextBox
{
    font-size: 22px;
    height: 24px;
    text-align: right;
    width: 114px;
}
#ResultsTable
{
    height: 74px;    
    margin: auto;
}
#Right1Div
{
    padding-top: 1870px;
}
#RightCalcDiv
{
    margin-bottom: 8px;
    width: 306px;
}
#ValueCaptionDiv
{
    font-size: 24px;
    margin-top: 14px;
}



.BreakdownCaption
{
    font-weight: bold;
    margin-top: 15px;
    text-decoration: underline;
}
.BreakdownTable
{
    margin: 0 auto 5px;
}
.ItemImage
{
    cursor: pointer;
    height: 42px;
    margin-bottom: 6px;
    width: 42px;
}
.ItemTextBox
{
    background: #eee;
    width: 48px;
}

@media screen and (min-width: 470px)
{

#Right1Div
{
    padding-top: 0;
    margin: 20px 0;
}

}