.modern,
.modern table th,
.modern table td {
    font-size: 14px;
}

#listmenu a {
    font-size: 12px;
}

.scenario_list_filter {
    margin: 20px 0 20px 0;
}

#scenario_list tr td {
    padding-top: 7px;
    padding-bottom:8px;
}

#scenario_list tbody tr:nth-child(odd) {
    background-color: #dcdcdc;
}

#scenario_list tbody tr:nth-child(even) {
    background-color: #ffffff;
}

#scenario_edit {
    margin: 20px 0 20px 0;
}

.hide {
    display: none
}

.q_header {
    font-weight: bold
}

.q_clause {
    width: 200px
}

.q_default, .q_design {
    width: 80px
}

.q_description {
    width: 610px
}

.pageinfo {
    float: left;
    margin-left: 10px
}

.pageinfo span {
    font-size: 1.4em;
    padding: 0 5px
}

.pageinfo a {
    padding: 0 3px
}

.std_row {
    cursor: pointer;
    padding: 8px 3px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 5px
}

.std_row:hover {
    background-color: #ececec
}

.std_row .clause_name {
    width: 90px;
    float: left
}

.std_row .clause_desc {
    width: 500px;
    float: left
}

.clause_item {
    float: left;
    background-color: #ececec;
    border: 2px solid #d7d7d7;
    padding: 5px;
    margin-right: 3px;
    border-radius: 5px
}

.delete_item {
    cursor: pointer;
    background-image: url('/images/cell_icon_not_available.gif');
    background-repeat: no-repeat;
    background-position: right 0;
    padding-right: 30px;
    background-size: 20px
}

.clause-selected {
    background-color: #5bc0de;
    color: #fff
}

.clause-selected .clause_item {
    color: #000
}

.moc-item-block {
    margin-bottom: 30px
}

.moc-item {
    border-top: 1px solid #ececec;
    padding: 2px 2px 5px 2px;
    padding-bottom: 20px
}

.moc-item-text {
    float: left;
    margin-right: 20px
}