﻿body 
{ 
    font-family: Arial !important; 
    font-size: 13px !important;
}
input.purchaserTextBody{
    height: 20px;
    margin-bottom: 5px;
    width: 300px
}
span.purchaserTextBody{
    pointer-events: none;
}
.purchaserTextContainer {
    cursor: pointer;
    background-color: white;
}
.purchaserTextContainer:hover {
    background-color: #e1e1e1;
}