html { overflow-y: scroll; -webkit-user-select: text; }
body { font-family: 'Arimo', Arial, sans-serif; font-size: 14px; line-height: 20px; color: #000; -webkit-user-select: text; }
.titlebar { background-color: #eeeeee; margin: 0 auto; }
.highlight { background-color: #ffff99; }
.leftside table { width: 100%; border-collapse: separate; border-spacing: 0px 2px; }
.leftside tr { background-color: rgba(128, 128, 128, 0.05); }
.leftside_section { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: rgba(128, 128, 128, 0.2); padding: 2px 5px 2px 5px; margin: 0 0 2px 0; }
.leftside_section h2 { margin: 10px 0; font-size: 18px; }
.leftside_subsection { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: rgba(128, 128, 128, 0.1); padding: 2px 5px 2px 5px; margin: 0 0 2px 0; }
.leftside_subsection p { vertical-align: middle; font-size: 14px; font-weight: bold; line-height: 16px; padding: 4px 5px 2px 2px; margin: 0 0 2px 0; }
.leftside_item { vertical-align: middle; font-size: 12px; line-height: 16px; padding: 2px; margin: 0 0 2px 0; cursor: pointer; cursor: hand; }
.leftside_item p { margin: 4px; }
.leftside_icon { width: 16px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; vertical-align: middle; font-size: 18px; color: #666666; padding: 3px 5px 1px 10px; cursor: pointer; cursor: hand; }
.leftside_button { background-color: rgba(128, 128, 128, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; vertical-align: middle; font-size: 12px; line-height: 16px; padding: 2px 5px; margin: 0 0 2px 0; text-align: center; cursor: pointer; cursor: hand; transition: background-color 0.75s ease; }
.leftside_button h2 { margin: 10px 0; text-align: center; }
.leftside_button:hover { background-color: rgba(0, 100, 240, 0.5); }
.leftside_addnew { background: rgba(128, 128, 128, 0.1); }
.leftside_save { background: rgba(128, 128, 128, 0.1); }
.rightside { background: white; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); padding: 20px 40px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.rightside p { margin: 1em 0; }
.rightside li { margin: 1em 0; }
.rightside i { font-size: 30px; float: right; color: #666666; }
.hidden { display: none; }
#copy_button { cursor: pointer; cursor: hand; }
.editable_temp { font-weight: bold; font-size: 2em; margin: 0.67em 0 0 0; padding: 2px; border: 0; background-color: #f0f0f0; }
.editable { font-weight: bold; font-size: 2em; margin: 0.67em 0 0 0; padding: 10px 10px 10px 0; border: 0; }
.editable_hover { background: #fffbe1; }
.section_expand_all { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #e1f1f1; -webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out; color: #666666; padding: 6px 5px 6px 5px; margin: 0 0 2px 0; font-size: 14px; font-weight: bold; line-height: 16px; cursor: pointer; }
.section_expand_all_arrow { float: right; margin: 0 4px 0 5px; width: 12px; height: 14px; font-size: 14px; color: #cccccc; }
.section_header { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #e1e1e1; padding: 12px 5px 12px 5px; margin: 0 0 2px 0; font-size: 18px; font-weight: bold; }
.subsection_header { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #eeeeee; padding: 6px 5px 6px 5px; margin: 0 0 2px 0; font-size: 14px; font-weight: bold; line-height: 16px; cursor: pointer; cursor: hand; }
.subsection_entry { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #f9f9f9; font-size: 12px; line-height: 16px; padding: 6px 5px 6px 5px; margin: 0 0 2px 0; cursor: pointer; }
.subsection_entry_checkbox { float: right; margin: 0 0 0 5px; width: 16px; height: 18px; font-size: 18px; color: #666666; cursor: pointer; }
.subsection_header_arrow { float: right; margin: 0 4px 0 5px; width: 12px; height: 14px; font-size: 14px; color: #cccccc; }
.version { color: #cccccc; font-size: 10px; text-align: right; }