#priceCalculator div.menuContent {
    width: 320px;
}

#priceCalculator[data-pc-state="normal"] div.menuContent {
    height: 153px;
}

#priceCalculator[data-pc-state="results"] div.menuContent {
    height: 492px;
}

#priceCalculator[data-pc-state="results-extra"] div.menuContent {
    height: 597px;
}

#priceCalculator[data-pc-state="book"] div.menuContent {
    height: 226px;
}

#priceCalculator[data-pc-state="book-thanks"] div.menuContent {
    height: 153px;
}

#priceCalculator[data-pc-state="nocleanings"] div.menuContent {
    height: 379px;
}

#priceCalculator[data-pc-state="nocleanings-thanks"] div.menuContent {
    height: 153px;
}

#priceCalculator[data-pc-state="limit"] div.menuContent {
    height: 379px;
}

#priceCalculator[data-pc-state="limit-thanks"] div.menuContent {
    height: 153px;
}

#priceCalculator[data-pc-state="no-routes"] div.menuContent {
    height: 379px;
}

#priceCalculator[data-pc-state="no-routes-thanks"] div.menuContent {
    height: 153px;
}

#priceCalculator .locationInputs {
    padding: 6px 8px 0 9px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#priceCalculator .locationInputs .autocompleteBox li {
    padding-left: 6px;
}

#priceCalculator .contactInfoInputs {
    padding: 8px 8px 0 9px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#priceCalculator .autocompleteBox li {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 0;
    height: 18px;
    line-height: normal;
}

#priceCalculator .fields > *,
#priceCalculator .fields input {
    height: 32px;
}

#priceCalculator .fields > :not(:first-child) {
    margin-top: 4px;
}

#priceCalculator .measurementUnitInput label {
    margin: 7px 15px 7px 0;
}

#priceCalculator .squared:after {
    font-size: 12px;
}

#priceCalculator .message {
    margin: 0 15px;
}

#priceCalculator .message p {
    font-family: HelveticaNeue47LtCn;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

#priceCalculator .problemMessage {
    margin-top: 15px;
    margin-bottom: 2px;
}

#priceCalculator .topMessage {
    margin-top: 24px;
}

#priceCalculator .resultsExtraMessage {
    margin-top: 22px;
}

#priceCalculator .ratesList {
    /*negative margin is used to make line distance between
    the last rate and the next block of text to look the same
    as in the block of text*/
    margin: 20px 15px -2px 17px;
}

#priceCalculator .ratesList > .rate:not(:first-child) {
    margin-top: 7px;
}

#priceCalculator .ratesList .rate > *:first-child {
    font-family: HelveticaNeue87HvCn;
    font-size: 24px;
    color: #7B9FFF;
}

#priceCalculator .thanksHeader {
    font-family: HelveticaNeue87HvCn;
    font-size: 18px;
    color: #7B9FFF;
    margin: 12px 15px 0 15px;
    display: block;
}

#priceCalculator .message.thanksTopMessage {
    margin-top: 15px;
}

#priceCalculator .message.bookInfoMessage {
    margin-top: 12px;
}

#priceCalculatorForm {
    height: 100%;
}

/*
Buttons
*/

#priceCalculatorForm .buttons {
    position: absolute;
    left: 0;
    bottom: 17px;

    width: 100%;
    height: 24px;

    margin: 0 auto;
    text-align: center;
}

#priceCalculatorForm .buttons > * {
    display: inline-block;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#priceCalculatorForm .buttons > :not(:first-child) {
    margin-left: 5px;
}

#priceCalculatorCompareButton {
    width: 83px;
    height: 24px;
    background-image: url("../images/pcCompareButton_sv.png");
}

#priceCalculatorCompareButton:hover {
    background-position: 0 -24px;
}

#priceCalculator .bookButton {
    width: 66px;
    height: 24px;
    background-image: url("../images/pcBookButton_sv.png");
}

#priceCalculator .bookButton:hover {
    background-position: 0 -24px;
}

#priceCalculator .sendContactsButton {
    width: 78px;
    height: 24px;
    background-image: url("../images/pcSendButton_sv.png");
}

#priceCalculator .sendContactsButton:hover {
    background-position: 0 -24px;
}

#priceCalculator .closeButton {
    width: 73px;
    height: 24px;
    background-image: url("../images/pcCloseButton_sv.png");
}

#priceCalculator .closeButton:hover {
    background-position: 0 -24px;
}
