body {
    margin: 0;
    padding: 0;
}

.search-area {
    border: 1px solid #94bdd9;
    border-radius: 5px;
    height: 52px;
    margin-bottom: 10px;
}

.search-box {
    padding: 12px;
}

.main-content {
    padding: 8px;
}

.search-input {
    padding: 2px 5px;
    position: relative;
    height: 27px;
    line-height: 21px;
    border: 1px solid #b1ccdc;
}

.btn {
    display: inline-block;
    cursor: pointer;
    line-height: 27px;
    padding: 0 10px;
    border: 1px solid #9abacf;
    border-radius: 3px;
    background: url(../images/btn-line.png) repeat-x 0 0;
}

.function-area {
    border: 1px solid #94bdd9;
    border-radius: 5px;
    margin-bottom: 10px;
}

.function-area td {
    font-size: 12px;
}

.input-box {
    padding: 2px 5px;
    position: relative;
    height: 27px;
    width: 200px;
    line-height: 27px;
    border: 1px solid #b1ccdc;
}

.content-list {
    margin-bottom: 10px;
}

.content-list table {
    background-color: #94bdd9;
    font-size: 12px;
}

.content-list table th {
    color: #4f738d;
    background-color: #d6eaf6;
}

.content-list table .odd {
    background-color: #e7f0f6;
}

.content-list table .odd td {
    text-align: center;
}

.odd .btn {
    display: inline-block;
    cursor: pointer;
    line-height: 19px;
    padding: 0 5px;
    border: 1px solid #9abacf;
    border-radius: 3px;
    background: url(../images/btn-line.png) repeat-x 0 -28px;
}

.next-page table {
    font-size: 12px;
}

.next-page span {
    font-weight: bold;
    color: #ff0000;
}

.align-left td {
    text-align: left !important;
}

.info-table {
    background-color: #e7f0f6 !important;
    border: 1px solid #9abacf;
    padding: 5px 20px;
    margin-bottom: 5px;
}

.info-table tr {
    height: 30px;
}

.reporter-result {
    display: none;
}

.user-name {
    font-size: 12px;
    color: #666666;
}

.user-info {
    width: 10%;
    float: left;
    background: none !important;
}

.interview-content {
    float: right;
    background: none !important;
    width: 90%;
    border-left: 1px solid #9abacf;
    padding-left: 10px;
}

.user-info tr td, .interview-content tr td {
    white-space: normal;
}

.th {
    color: #4f738d;
    background-color: #d6eaf6;
}

.part-title {
    border: 1px solid #94bdd9;
    padding: 5px;
    border-bottom: 0;
    background-color: #d6eaf6;
    font-size: 12px;
}

.part-items {
    border: 1px solid #94bdd9;
    padding: 5px;
}

.part-item {
    margin: 10px auto auto 20px;
}

.part-item span {
    margin-right: 20px;
    font-size: 12px;
}

.part-item span input {
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-right: 2px;
}

.part-item {
    margin-right: 20px;
    margin-bottom: 10px;
}

.select-part {
    margin-bottom: 20px;
}

.special-label {
    border-right: 1px solid #94bdd9;
    margin-right: 20px;
}

.special-label span {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.sub-item-title {
    margin-bottom: 10px;
    margin-left: -10px;
}

.sub-item-list {
    display: none;
    margin-bottom: 10px;
}

.sub-item-list span {
    margin-bottom: 10px;
    display: inline-block;
}

.ml20 {
    margin-left: 20px;
}

.question-name { }

.question-name input {
    height: 20px !important;;
    width: 200px !important;;
    line-height: 20px !important;
    margin-top: -3px;
}

.add-question-option {
    display: none;
}

.question-type input {
    margin-top: 5px;;
}

.question-option-items {
    margin-bottom: 10px;
    font-size: 12px;
}

.question-option-items span input {
    margin-top:2px;
}

.btn-add-options {
    font-size: 12px;
}