﻿

textarea
{
    min-height: 300px;
}

#addressLookupSection {
    border: solid 1px #333333;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 10px 20px 10px 20px;
    background-color: #FCFCFC;
}

#invoiceAddressSection {
    display: none;
}

#calibrationAddressSection {
    display: none;
}

#addAnotherDevice,
.removeDevice {
    border-radius: 5px;
    border: 1px solid #333333;
    padding: 5px;
    margin: 25px 0 0 0;
    cursor: pointer;
    display: block;
}

#addAnotherDevice:hover,
.removeDevice:hover {
    background-color: #fefefe;
}

#addAnotherDevice {
    margin: 25px 0 0 0;
}

.removeDevice {
    margin: 0 0 25px 0;
}

#addAnotherDevice .fal,
.removeDevice .fal {
    margin-right: 10px;
}