

.new-survey .table-container {
    color: #000;
    margin-bottom: 50px;
}

.new-survey .table-container h3 {
    font-size: 1.6em;
    margin-bottom: 20px;
    margin-top: 0;
}

.new-survey .table-container table {
    font-size: 1.1em;
    font-family: "Droid Serif", Georgia, serif;
    color: #000;
    width: 100%;
    border-collapse: separate;
}

.new-survey .table-container table td {
    border-bottom: 1px dotted #000;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 4px 0 4px 12px;
    text-align: center;
}

.new-survey .table-container.right-align-text td {
    text-align: right;
}

.new-survey .table-container.no-bullet td:first-child {
    text-align: left;
}

.new-survey .table-container.long-first-column table td:first-child {
    width: 145px;
}

.new-survey .table-container.top-border table tr:first-child td {
    border-top: 1px dotted #000;
}

.new-survey .table-container table td:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
}

.new-survey .table-container table tr:first-child td {
    vertical-align: bottom;
}

.new-survey .table-container.bullet table tr td:first-child {
    width: 10px;
	min-width:10px;
	vertical-align:middle;
}

.new-survey .table-container.bullet table tr td:first-child div {
    width: 4px;
    height: 10px;
}

.new-survey .table-container.bullet table tr td:first-child.red div {
    background-color: #F36C35;
}

.new-survey .table-container.bullet table tr td:first-child.orange div {
    background-color: #F8981D;
}

.new-survey .table-container.bullet table tr td:first-child.yellow div {
    background-color: #FFCF01;
}

.new-survey .table-container.bullet table tr td:first-child.blue div {
    background-color: #00BBD6;
}

.new-survey .table-container.bullet table tr td:first-child.lightblue div {
    background-color: #ACDEDF;
}

.new-survey .table-container.bullet table tr td:first-child.darkblue div {
    background-color: #012B41;
}

.new-survey .table-container.bullet table tr td:first-child.green div {
    background-color: #B3D236;
}

.new-survey .table-container.bullet table tr td:first-child.lightgreen div {
    background-color: #EDE09C;
}

.new-survey .table-container.numbered table tr td:first-child {
    color: #019fae;
    width: 15px;
}

.new-survey .table-container.numbered table tr td:nth-child(2) {
    text-align: left;
    padding-left: 0;
}

.new-survey .table-container.bullet table tr td:nth-child(2) {
    text-align: left;
    padding-left: 0;
}

.new-survey .table-container.image-right {
    margin-bottom: 30px;
}

.new-survey .table-container.image-right img {
    float: right;
    max-width: 135px;
    position: relative;
    top: -20px;
    top: 0;
}

.new-survey .table-container.image-right table {
    float: left;
    width: 70%;
}

.new-survey .table-container.image-right.image-align-table img {
    top: 0px;
}

.new-survey .table-container.footnote table tr:last-child td {
    border-bottom: none;
    font-style: italic;
    text-align: right;
}

.new-survey .table-container.footnote.left-align-footnote table tr:last-child td {
    text-align: left;
}

.new-survey .table-container.in-table-header table tr:first-child td {
    text-align: left;
}

.new-survey .table-container.bold-header table tr:first-child td {
    font-weight: bold;
}

.new-survey .blue-provider-box {
    margin-bottom: 20px;
}

.new-survey .blue-provider-box.heading h2 {
    margin: 0;
    color: #fff;
}

.new-survey .provider-heading {
    margin-bottom: 30px;
}

.new-survey .provider-heading h2 {
    font-family: "Droid Serif", Georgia, serif;
    font-size: 2.3em;
    color: #000;
}

.new-survey .provider-data {
    font-family: "Droid Serif", Georgia, serif;
    margin-bottom: 15px;
}

.new-survey .provider-data h3 {
    font-size: 1.6em;
    margin-bottom: 20px;
    margin-top: 0;
    font-style: italic;
    color: #000;
    margin-bottom: 5px;
}

.new-survey .provider-data h3 span {
    text-align: right;
    font-style: normal;
    color: #000;
    font-size: 1em;
    float: right;
}

.new-survey .provider-data span {
    color: #8a8a8a;
    font-size: 1.2em;
}

.new-survey .table-container.text-table table tr td {
    font-size: 1.2em;
    font-family: "Droid Serif", Georgia, serif;
    color: #000;
}

.new-survey .table-container.text-table h3 {
    margin-bottom: 0;
}

.new-survey .table-container.no-border table tr td {
    border: none;
}

.new-survey img.contained-image {
    max-width: 100%;
}

.new-survey .provider-heading h2 span.super-script {
    font-size: 0.5em;
    font-style: normal;
    position: relative;
    top: -10px;
    color: #000;
}

.new-survey .outside-footnote {
    font-size: 1.1em;
    font-family: "Droid Serif", Georgia, serif;
    color: #000;
    font-style: italic;
}

