body {
    padding: 0 20px;
    color: #333;
}

#canvas {
    max-width: 100%;
}

.text-grey {
    color: grey;
}

.m-t-0 {
    margin-top: 0;
}

.main-image {
    max-width: 100%;
}

.lightSlider img {
    margin: 0 auto;
}

.field-name {
    width: calc(100% - 200px);
    display: inline-block;
    font-weight: 200;
    font-size: 24px;
    color: grey;
}

.field-value {
    width: 180px;
    font-weight: 500;
    font-size: 24px;
}

.fields {
    margin-top: 25px;
    font-size: 18px;
}

.fields > .row {
    margin: 10px -15px;
}

.small-field-name {
    font-weight: 200;
    display: inline-block;
    color: grey;
    width: calc(100% - 150px);
}

.small-field-value {
    font-weight: 500;
    width: 140px;
    display: inline-block;
}

.field-3d {
    color: grey;
}

.lSSlideOuter .lSPager.lSGallery {
    margin: 5px auto;
}

.progress {
    margin-top: 14px;
    width: 100%;
    border-radius: 6px;
    background-color: #F0F0F0;
    height: 24px;
    margin-bottom: 5px;
}

.progress-fact {
    background-color: #189949;
    height: 12px;
}

.progress-plan {
    background-color: #7FADD2;
    height: 12px;
}

.text-fact {
    color: #189949;
}

.text-plan {
    color: #7FADD2;
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSAction > a:hover {
    opacity: 0.8;
}

.payment {
    font-weight: 200;
    margin: 5px 0;
}

.broadcast {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.2em;
    white-space: nowrap;
}