/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 8, 2023, 2:15:16 PM
    Author     : BKeller
*/

.product-no-purchase {
    border:1px solid #eee;
    padding:10px;
}
.product-no-purchase p {
    font-size:1.2em;
    line-height:1.3em;
}
.buy-info a.btn.regular-button {
    border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #ccc;
  padding:15px;
  min-width:220px;
  margin:5px auto;
  display: inline-block;
  text-align:center;
  color:#ffffff;
}
.buy-info a.btn span {
    font-size:1.2em;
    text-transform:uppercase;
}
.buy-info a.btn.retail {
    background-color:red;
}
.buy-info a.btn.retail:hover {
    background-color:#9a0000;
}
.buy-info a.btn.dealer {
    background-color:#01bf01;
}
.buy-info a.btn.dealer:hover {
    background-color:#006100;
}

/* Historical  */
.historical {
    margin:10px;
    font-weight:bold;
    text-align:center;
    font-size: 1.2em;
}