#open-chart{
    color: #ffffff;
    background-color: #5192f3;
    border-color: #3983f1;
    border-radius: 0px;
}
#open-chart:hover{
    color: #ffffff;
    background-color: #2b7af0;
    border-color: #0f62de;
}
#seigi-price-history-modal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
#seigi-price-history-modal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
#seigi-price-history-modal .close {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    padding: 5px 10px;
    right: 0;
}
#seigi-price-history-modal .close:hover, #seigi-price-history-modal .close:focus {
    color: #333;
    text-decoration: none;
}
#seigi-price-history-modal .modal-header {
    padding: 2px 16px;
    text-align: center;
    margin: 0;
    border: 0;
    justify-content: center;
}
#seigi-price-history-modal .modal-header span{
    white-space: nowrap;
}
#seigi-price-history-modal .modal-body {
    padding: 2px 16px;
    margin: 0;
    justify-content: center;
}
#seigi-price-history-modal .modal-footer {
    padding: 6px 16px 0;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    border: 0;
    justify-content: center;
}
#seigi-price-history-modal .modal-footer p{
    font-size: 1.2em;
}
#seigi-price-history-modal input{
    border: 1px solid #efefef;
    padding: 4px 10px;
    margin: 8px 6px;
}
