﻿body {
    /*background: url('images/vic.jpg') center center;*/
    background: #ffffff url('../images/consoleBg.png') top repeat-x;
    /*padding-top: 25px;*/
}

.center {
    margin: auto;
}

#addressdata {
    white-space: pre-line;
    height: 250px;
    border: 1px rgb(206, 212, 218) solid;
    width: 100%;
    background-color: rgba(200, 200, 200, .75);
    border-radius: 0.25rem;
    overflow-y: scroll;
    padding: 10px;
    text-align: left;
}

.searchdemo {
    width: 600px;
    padding: 18px 10px 40px 10px;
}

.context {
            
    height: 500px;
    /*margin-top: 28px;*/
    text-align: center;
}

.Intro div {
    vertical-align: top;
}

h3 {
    text-align: left;
    border-bottom: #cdcdcd 1px solid;
    margin-top: 8px;
    margin-bottom: 16px;
}

h4 {
    padding-top: 8px;
    padding-bottom: 4px;
}

p {
    margin-bottom: 0.8rem;
}
.price {
    font-size: 1.5em;

}

.option {
    border: #cdcdcd solid 1px;
    border-radius: 12px;
    height: 100%;
    padding: 12px;
}

.option h4 {
    border-bottom: #cdcdcd 1px solid;
    padding: 8px;
    margin-bottom: 18px;
}

.FAQ{
    text-align: left;
}

.Intro, .Integration, .Plans, .FAQ {
    padding-top: 16px;
}

.Plans .spaced {
    padding-top: 12px;
}
/*.Integration {
    text-align: left;
}*/