body {
    border-top: 5px solid rgb(23,48,148);
    border-bottom: 5px solid rgb(23,48,148);
    background-color: #f1f1f1;
    background-repeat: repeat;
    background-position: top left;
    background-attachment: fixed;
    padding: 0 20px;
}
#site-title {
    font-size: 35px;
    color: rgb(28,49,151);
}

.survey-container {
    color: #555;
    background: #fefefe;
    border: 1px solid #ddd;
    padding: 15px;
}
.page-header {
	margin-top: 10px;
}

.file-upload {
    overflow: hidden;
    width: 110px;
    height: 33px;
    cursor: pointer;
    position:relative;
    z-index: 1;
}
.file-upload span {
    position: absolute;
    top: 5px; left: 10px;
    width: auto;
}
.file-upload input {
    position: absolute;
    top: 0; left: 0;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    z-index: 9999;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.percentage-box-container .row {
    margin-bottom: 10px;
}
