<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}

* {
    box-sizing: border-box;
}

.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.price-box {
    margin: 0px auto;
    background: none repeat scroll 0% 0% #E9E9E9;
    border-radius: 10px;
    padding: 45px 30px;
    width: 500px;
}

h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.form-group {
    margin-bottom: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

button, input {
    margin: 0px;
    font: inherit;
    overflow: visible;
    text-transform: none;
}

.btn {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    color: #FFF;
    background-color: #428BCA;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.col-sm-12 {
    width: 100%;
    float: left;position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


p {
    margin: 0px 0px 10px;
    padding-top:10px;
    font-size:12px;
    color:#2c3e50;
    font-style:italic;
    text-align: center;
}




</pre></body></html>