div.pageapp ul {
    font-size: 12px;
}
div.pageapp ul li {
    margin: 0;
    list-style-position: inside;
}
#site-survey h1 {
    font-size: small;
}
#pageappLtColumn #show-results {
	text-align: left;
}
#pageappRtColumn #show-results {
	text-align: right;
}
#show-results a {
	font-weight: bold;
    font-size: small;
}

#pageappLtColumn #show-question {
	text-align: left;
}
#pageappRtColumn #show-question {
	text-align: right;
}
#show-question a {
	font-weight: bold;
    font-size: small;
}

.survey-results {
    padding: 1px;
    padding-bottom: 5px;
    overflow: auto;
}
.survey-results h1 {
    font-size: small;
    font-weight: bold;
    background-color: silver;
}
.survey-answer {
    padding: 1em;
}
.survey-question {
    padding: 1em;
}
.survey-question ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.survey-question ul li {
    font-size: small;
    display: list-item;
}
.survey-question input[type="submit"] {
    font-size: small;
}
.survey-result {
    padding: 0;
    width: 100%;
    height: 15px;
    font-size: smallest;
    border: 1px solid black;
    float: right;
}
.survey-result div {
    margin: 0;
    height: 15px;
}
.survey-result-1 {
    background-color: blue;
}
.survey-result-2 {
    background-color: green;
}
.survey-result-3 {
    background-color: red;
}
.survey-result-4 {
    background-color: orange;
}
.survey-result-5 {
    background-color: yellow;
}
.survey-result-6 {
    background-color: cyan;
}
.survey-result-7 {
    background-color: magenta;
}
.survey-result-8 {
    background-color: gray;
}
.survey-result-9 {
    background-color: black;
}