﻿#tools-container {
    min-height: 680px;
    padding: 0 20px;
    width: 920px;
}
.oil-bg {
    background: url('https://phenomenex.blob.core.windows.net/cdn/Content/Images/oil-slick-footer.png') no-repeat 1px 170px;
}
.gpc-content input[type='text'],
.gpc-content select {
    margin-bottom: 0;
}

.shorter-banner h1 {
    font-size: 36px !important;
    line-height: 25px; 
}
.cost-results {
    width: 550px;
}
.info-buttons {
    width: 300px;
}
#email .modal-body {
    max-height: 450px;
}

/* Nodes */
.node {
    width: 100%;
    height: 80px;
}
.node .title-section {
    width: 400px;
    float: left;
}
.node .title-section span {
    font-size: 24px;
    top: 15px;
    position: relative;
}
.node .data-section {
    width: 400px;
    float: right;
}
.node .data-section .data-1 {
    margin-bottom: 10px;
}
.node .data-section .progress {
    width: 250px;
    height: 15px;
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.node .data-section div,
.node .data-section span {
    float: left;
    display: inline-block;
}
.node .data-1 .icon-circle {
    color: #5EB95E;
}
.node .data-2 .icon-circle {
    color: #0E90D2;
}

.cost-results dt {
    width: 270px;
}
.cost-results dd {
    margin-left: 280px;
}
.cost-results dl dd {
    font-size: 20px;
}
.cost-results dl dt,
.cost-results dl dd {
    margin-top: 10px;
}
.cost-results dl dd.total {
    font-size: 24px;
    font-weight: bold;
    color: #F11414;
}