#partial_quote_button{
margin-bottom: 10px;
}
.quote-modal {
display: none;
position: fixed;
z-index: 9;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.quote-modal-content {
background-color: #fff;
margin: 15% auto;
padding: 20px;
width: 30%;
}
.quote-modal-close {
cursor: pointer;
color:red;
font-size: 20px;
}
#quote-modal-yes{
cursor: pointer;
background-color:green;
padding:0 25px;
font-size: 14px;
color:#fff;
height: 44px;
}
#quote-modal-no{
cursor: pointer;
background-color:red;
padding:0 25px;
font-size: 14px;
color:#fff;
height: 44px;
}
.quote-required {
font-size: smaller;
color: #666;
}