/* $colorful_1: #FFE6CC; */
/* $colorful_2: #FFCC99; */
/* $colorful_3: #FFB266; */
/* $colorful_4: #FF9933; */
/* $colorful_5: #FF8000; */
/* $colorful_6: #CC6600; */
/* $colorful_7: #994C00; */
/* $colorful_8: #663300; */
/* $medium_1: #F2E6D9; */
/* $medium_2: #E6CCB3; */
/* $medium_3: #D9B28C; */
/* $medium_4: #CC9966; */
/* $medium_5: #BF8040; */
/* $medium_6: #996633; */
/* $medium_7: #734C26; */
/* $medium_8: #4D3319; */
/* $dull_1: #E8E6E3; */
/* $dull_2: #D1CCC7; */
/* $dull_3: #BAB2AB; */
/* $dull_4: #A3998F; */
/* $dull_5: #8C8073; */
/* $dull_6: #70665C; */
/* $dull_7: #544C45; */
/* $dull_8: #38332E; */
/* $licht_grijs: #D0D0D0; */
/* $grijs: #808080; */
/* $donker_grijs: #303030; */
.sss_gradient_base {
background-position: 100%;
background-repeat: repeat-y;
}

.sss_donker_blauw_gradient {
background-color: #38332E;
background-image: url(../images/g/darkbluegradient.jpg);
/* @copy .sss_gradient_base */

background-position: 100%;
background-repeat: repeat-y;
}

.sss_licht_blauw_gradient {
background-color: white;
background-image: url(../images/g/lightbluegradient.jpg);
/* @copy .sss_gradient_base */

background-position: 100%;
background-repeat: repeat-y;
}

.sss_blauw_gradient {
background-color: #FF8000;
background-image: url(../images/g/bluegradient.jpg);
/* @copy .sss_gradient_base */

background-position: 100%;
background-repeat: repeat-y;
}

.sss_button_base {
background-color: #FF9933;
margin: 10px;
padding: 3px 5px;
}

.sss_button_base_fix {
background-color: #FF9933;
margin: 10px 10px 0;
padding: 3px 5px;
}

.sss_button {
color: #38332E;
font-weight: bold;
border: 1px outset solid;
border-color: #38332E;
/* @copy .sss_button_base */

background-color: #FF9933;
margin: 10px;
padding: 3px 5px;
}

.sss_button_fix {
color: #38332E;
font-weight: bold;
border: 1px outset solid;
border-color: #38332E;
/* @copy .sss_button_base_fix */

background-color: #FF9933;
margin: 10px 10px 0;
padding: 3px 5px;
}

.sss_button_disabled {
color: #70665C;
font-weight: normal;
border: 1px solid;
border-color: #FF8000;
/* @copy .sss_button_base */

background-color: #FF9933;
margin: 10px;
padding: 3px 5px;
}

.sss_donker_blauw_gradient_button {
color: #8C8073;
padding: 5px 7px;
font-weight: bold;
font-size: 140%;
border: 1px outset solid;
text-decoration: none;
/* @copy .sss_donker_blauw_gradient */

background-color: #38332E;
background-image: url(../images/g/darkbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
}

.sss_field {
width: 400px;
padding: 2px;
}

.sss_editorwindow {
background-color: #FFE6CC;
/* @copy .sss_licht_blauw_gradient */

background-color: white;
background-image: url(../images/g/lightbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
}

.sss_editor {
margin: 40px;
border: 2px solid #38332E;
background-color: #FFE6CC;
padding: 15px;
}

.marginRight10 {
margin-right: 10px;
}

.capitalize {
text-transform: capitalize;
}

body#search,
body#gwt {
font-family: Verdana;
font-size: 10pt;
color: #663300;
background-color: #F2E6D9;
}

body#standard {
/* @copy .sss_licht_blauw_gradient */

background-color: white;
background-image: url(../images/g/lightbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
background-color: #F2E6D9;
font-family: Verdana;
font-size: 10pt;
color: #663300;
}

* a {
color: #544C45;
cursor: pointer;
cursor: hand;
font-weight: bold;
}

a:hover {
color: #38332E;
text-decoration: underline;
font-weight: bold;
}

h1 {
font-weight: bolder;
margin: 0.2em 0 0.1em;
}

h1.title,
h2,
h3,
h4 {
font-weight: bolder;
margin: 1em 0;
}

h1 {
font-size: 550%;
color: #38332E;
}

h1.title {
font-size: 300%;
}

h1 .beta {
font-size: 20%;
font-style: italic;
color: #70665C;
}

h1 a {
color: #38332E;
text-decoration: none;
}

h1 a:hover {
color: inherit;
text-decoration: none;
}

h2 {
font-size: 200%;
color: #38332E;
}

h2 a {
color: #544C45;
text-decoration: none;
}

h2 a:hover {
color: #544C45;
}

h3 {
font-size: 140%;
}

h4 {
font-size: 100%;
}

fieldset label {
color: #994C00;
}

fieldset {
border: 2px solid #38332E;
background-color: #FFE6CC;
}

legend {
font-weight: bolder;
padding: 5px;
}

fieldset input.text,
fieldset input.title,
fieldset textarea,
fieldset select {
color: #38332E;
background-color: #FF9933 !important;
border: 1px solid #FF8000;
font-weight: bold;
}

fieldset input.text:focus,
fieldset input.title:focus,
fieldset textarea:focus,
fieldset select:focus {
border: 1px solid #38332E;
}

fieldset input.text,
fieldset input.title {
/* @copy .sss_field */

width: 400px;
padding: 2px;
}

fieldset input.title {
}

fieldset textarea {
/* @copy .sss_field */

width: 400px;
padding: 2px;
}

.error,
.notice,
.success {
padding: .8em;
margin-bottom: 1em;
border: 2px solid #ddd;
}

.error {
background: #FBE3E4;
color: #8a1f11;
border-color: #FBC2C4;
}

.notice {
background: #FFF6BF;
color: #514721;
border-color: #FFD324;
}

.success {
background: #E6EFC2;
color: #264409;
border-color: #C6D880;
}

.error a {
color: #8a1f11;
}

.notice a {
color: #514721;
}

.success a {
color: #264409;
}

fieldset input.button {
/* @copy .sss_button */

color: #38332E;
font-weight: bold;
border: 1px outset solid;
border-color: #38332E;
background-color: #FF9933;
margin: 10px;
padding: 3px 5px;
}

.googlesearchform fieldset input.button {
/* @copy .sss_button_fix */

color: #38332E;
font-weight: bold;
border: 1px outset solid;
border-color: #38332E;
background-color: #FF9933;
margin: 10px 10px 0;
padding: 3px 5px;
}

.googlesearchform fieldset {
border: 0px;
padding: 1em 0;
}

a.buttonlink {
/* @copy .sss_donker_blauw_gradient_button */

color: #8C8073;
padding: 5px 7px;
font-weight: bold;
font-size: 140%;
border: 1px outset solid;
text-decoration: none;
background-color: #38332E;
background-image: url(../images/g/darkbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
}

a:hover.buttonlink {
color: white;
text-decoration: none;
}

.pagenav {
width: 100%;
float: right;
font-weight: bold;
/* @copy .sss_donker_blauw_gradient */

background-color: #38332E;
background-image: url(../images/g/darkbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
}

.pagenav a,
.pagenav a:hover {
text-decoration: none;
}

.pagenav a {
color: #FFB266;
padding: 0 2px;
}

.pagenav a:hover {
color: #FFE6CC;
font-weight: bolder;
}

.pagenav li li a {
display: block;
padding: 0.2em 10px;
}

.pagenav li li a:hover {
}

.pagenav ul {
padding: 0;
margin: 0;
list-style: none;
}

.pagenav li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #38332E;
padding: 0.5em 0 0.5em 0;
border-right: solid 1px #7d6340;
}

.pagenav li>ul {
top: auto;
left: auto;
}

.pagenav li:hover ul,
li.over ul {
display: block;
}

.pagenav li {
float: left;
position: relative;
width: 12em;
text-align: center;
cursor: default;
background-color: transparent;
padding: 10px 0;
}

.pagenav li li {
display: block;
float: none;
background-color: transparent;
border: 0;
padding: 5px 0;
}

.search-example {
font-size: 0.85em;
color: #303030;
}

.search-example tr {
vertical-align: top;
}

.search-example td {
color: #303030;
vertical-align: top;
}

#hd {
margin: 0 0 30px 0;
text-align: left;
}

#hd p {
background-color: inherit;
color: #544C45;
font-size: 110%;
font-weight: bolder;
line-height: 1.3em;
margin: 0 0 0 6px;
text-align: left;
}

#hd-text {
margin: 0 -0.3em;
}

img#lenzcapeimage {
position: absolute;
top: 0px;
left: 0px;
filter: alpha(opacity=80);
opacity: 0.8;
z-index: -1;
}

img#lenzcapeimage2 {
position: absolute;
top: 300px;
right: 300px;
width: 500px;
filter: alpha(opacity=80);
opacity: 0.8;
z-index: -1;
}

#ft {
color: #808080;
margin: 20px 0 10px;
padding: 10px 0;
font-weight: normal;
font-size: 80%;
line-height: 140%;
text-align: center;
}

#ft p {
margin: 0;
padding: 0;
}

#ft a {
background-color: inherit;
color: #808080;
font-weight: normal;
text-decoration: none;
}

#ft a:hover {
background-color: inherit;
color: #D0D0D0;
text-decoration: underline;
}

#ft strong a {
font-weight: bold;
}

.bigger-font-size {
font-size: 1.1em;
}

.smaller-font-size {
font-size: 0.8em;
}

.debugBorder {
border: solid 1px red;
padding: 1px;
}

.highlight {
background-color: red;
}

.highlighter {
background-color: #FFCC99;
filter: alpha(opacity=80);
opacity: 0.8;
}

.highlighter .gwt-HTML {
font-size: 210%;
font-weight: bold;
color: #FF9900;
}

.hyperlinkButton {
color: #544C45;
background-color: transparent;
margin: 0;
padding: 3px 5px;
text-decoration: underline;
font-size: small;
font-weight: bold;
cursor: pointer;
cursor: hand;
border: 0px outset #ccc;
}

.hyperlinkButton[disabled] {
cursor: default;
color: #888;
}

.hyperlinkButton-no-bg {
color: #544C45;
margin: 0;
padding: 3px 5px;
text-decoration: underline;
font-size: small;
cursor: pointer;
cursor: hand;
border: 0px outset #ccc;
}

.gridTitle {
background: transparent;
font-weight: bold;
font-size: 130%;
padding: 1em 4px 0.5em 0;
}

.gridrow-common {
height: 25px;
border: solid 1px #FFCC99;
padding-left: 4px;
white-space: nowrap;
}

.gridRow-header {
background: #c8c8ff;
font-weight: bold;
color: #544C45;
/* @copy .gridrow-common */

height: 25px;
border: solid 1px #FFCC99;
padding-left: 4px;
white-space: nowrap;
}

.gridRow-even {
background: transparent;
color: #38332E;
/* @copy .gridrow-common */

height: 25px;
border: solid 1px #FFCC99;
padding-left: 4px;
white-space: nowrap;
}

.gridRow-odd {
background: #FF9933;
color: #38332E;
/* @copy .gridrow-common */

height: 25px;
border: solid 1px #FFCC99;
padding-left: 4px;
white-space: nowrap;
}

.gridRow-even-selected,
.gridRow-odd-selected {
color: #D1CCC7;
background: #994C00;
/* @copy .gridrow-common */

height: 25px;
border: solid 1px #FFCC99;
padding-left: 4px;
white-space: nowrap;
}

.gridRow-even-selected .hyperlinkButton-no-bg,
.gridRow-odd-selected .hyperlinkButton-no-bg,
.gridRow-even-selected .hyperlinkButton,
.gridRow-odd-selected .hyperlinkButton {
color: #D1CCC7;
}

.gridRow-even.gridRow-greyOut {
color: #8C8073;
}

.gridRow-odd.gridRow-greyOut {
color: #70665C;
}

.editor-wrapper {
}

.editor {
}

.editor td {
padding: 4px 10px 4px 5px;
}

.editor-label {
color: #994C00;
font-weight: bold;
}

.editor-help {
}

.editor-widget {
}

.editor-error {
}

.upload {
padding: 20px;
border-width: 1px;
border-color: #FFCC99;
border-style: solid;
}

.upload-nested {
width: 100%;
}

.upload-fileUpload {
}

.upload-label {
}

.upload-textBox {
width: 350px;
}

.upload-button {
}

.upload-button-wrapper {
margin-left: 20px;
}

.upload-fileUpload-unstyled {
width: 500px;
size: 60;
}

.lenzcapeApp {
height: 100%;
width: 100%;
}

.lenzcapeApp label {
font-weight: normal;
}

.appPanel {
width: 100%;
}

.menu {
height: 120px;
width: 100%;
}

.menuHeading {
margin: -20px 0 0 0;
}

.message {
background: transparent;
color: #006dba;
height: 40px;
width: 100%;
margin: 10px 0 5px 0;
padding: 5px 5px 5px 30px;
border-width: 1px 0px 0px 0px;
border-color: #FFE6CC;
border-style: solid;
}

.messageHtml {
}

.messageHtml-lastMessageLabel {
}

.messageGrid-toolbar {
width: 100%;
}

.master {
margin-top: 20px;
}

.tagTreeTabs {
height: 600px;
width: 260px;
border-right-width: 0px;
border-right-color: #c0c0c0;
border-right-style: solid;
}

.tagTreeTabs .gwt-FastTree {
min-height: 800px;
}

.tagTreeTabs .multiCheckBox {
width: 100%;
/* @copy .sss_donker_blauw_gradient */

background-color: #38332E;
background-image: url(../images/g/darkbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
color: #D1CCC7;
font-weight: bold;
}

.tagTreeTabs .multiCheckBox .gwt-Label {
color: white;
font-size: 110%;
}

.details {
width: 100%;
margin: 60px 20px 20px 20px;
}

.landmarkGrid {
height: 300px;
}

.landmarkEditorWindow.gwt-DialogBox {
/* @copy .sss_editorwindow */

background-color: #FFE6CC;
background-color: white;
background-image: url(../images/g/lightbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
}

.landmarkEditor {
height: 300px;
/* @copy .sss_editor */

margin: 40px;
border: 2px solid #38332E;
background-color: #FFE6CC;
padding: 15px;
}

.landmarkEditor-toolbar {
width: 100%;
}

.landmarkGrid-toolbar {
width: 100%;
}

.landmarkGrid-toolbar-ie {
padding-right: 20px;
}

.landmarkImporter-toolbar {
margin-top: 20px;
width: 100%;
}

.landmarkImporter-mainPanel {
/* @copy .sss_editorwindow */

background-color: #FFE6CC;
background-color: white;
background-image: url(../images/g/lightbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
}

.landmarkImporter-formPanel {
/* @copy .sss_editor */

margin: 40px;
border: 2px solid #38332E;
background-color: #FFE6CC;
padding: 15px;
}

.searchBlock {
}

.searchBlock-mainPanel {
background-color: #FFE6CC;
}

.searchBlock-formPanel {
/* @copy .sss_editor */

margin: 40px;
border: 2px solid #38332E;
background-color: #FFE6CC;
padding: 15px;
}

.lenz {
}

.imagepanel {
float: right;
}

.imagepanel img {
}

.imagepanel p {
font-size: 85%;
font-weight: bold;
margin: 0px 5px;
text-align: center;
}

.help {
}

.helpTree {
width: 200px;
/* @copy .sss_donker_blauw_gradient */

background-color: #38332E;
background-image: url(../images/g/darkbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
}

.helpText {
margin: 0 0 0 5px;
}

.help .gwt-FastTree {
min-height: 150px;
}

.highlightreference img {
width: 16px;
height: 16px;
border-style: none;
border-width: 0px;
}

.gwt-BorderedPanel {
}

.gwt-Button {
/* @copy .sss_button */

color: #38332E;
font-weight: bold;
border: 1px outset solid;
border-color: #38332E;
background-color: #FF9933;
margin: 10px;
padding: 3px 5px;
}

.gwt-Button[disabled] {
/* @copy .sss_button_disabled */

color: #70665C;
font-weight: normal;
border: 1px solid;
border-color: #FF8000;
background-color: #FF9933;
margin: 10px;
padding: 3px 5px;
}

.gwt-Canvas {
}

.gwt-CheckBox {
}

.gwt-DialogBox {
border: 2px outset;
background-color: #FFB266;
}

.Caption,
div.Caption {
color: #D1CCC7;
/* @copy .sss_donker_blauw_gradient */

background-color: #38332E;
background-image: url(../images/g/darkbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
padding: 3px;
margin: 2px;
font-weight: bold;
font-size: 110%;
cursor: default;
}

.Caption i,
div.Caption i {
font-style: normal;
color: #8C8073;
}

.gwt-FileUpload {
background-color: transparent;
}

.gwt-Frame {
}

.gwt-HTML {
}

.gwt-Hyperlink {
}

.gwt-Image {
}

.gwt-Label {
color: #38332E;
padding: 3px 0px;
font-size: small;
}

.gwt-ListBox {
color: #38332E;
background-color: #FF9933;
border: 1px solid #FF8000;
font-wight: normal;
/* @copy .sss_field */

width: 400px;
padding: 2px;
}

.gwt-MenuBar {
background-color: #FFCC99;
border: 1px solid #87B3FF;
cursor: default;
}

.gwt-MenuBar .gwt-MenuItem {
padding: 1px 4px 1px 4px;
cursor: default;
}

.gwt-MenuBar .gwt-MenuItem-selected {
background-color: #E8EEF7;
}

.gwt-PasswordTextBox {
}

.gwt-PopupPanel {
background-color: #FFCC99;
border: 3px solid #994C00;
margin: 10px;
padding: 10px;
}

.gwt-RadioButton {
}

.gwt-TabPanel {
margin-top: 4px;
}

.gwt-TabPanelBottom {
background-color: #FFE6CC;
}

.gwt-TabBar {
padding-top: 2px;
border-bottom: 2px solid #38332E;
background-color: #FFB266;
}

.gwt-TabBar .gwt-TabBarFirst {
}

.gwt-TabBar .gwt-TabBarRest {
}

.gwt-TabBar .gwt-TabBarItem {
padding: 4px;
cursor: pointer;
cursor: hand;
background-color: #dfdfff;
border-bottom: 2px solid #FFCC99;
margin-right: 2px;
}

.gwt-TabBar .gwt-TabBarItem .gwt-Label {
font-size: 110%;
}

.gwt-TabBar .gwt-TabBarItem-selected {
padding: 4px;
font-weight: bold;
cursor: default;
background-color: #38332E;
border-bottom: 2px solid #38332E;
margin-right: 2px;
}

.gwt-TabBar .gwt-TabBarItem-selected .gwt-Label {
color: ;
}

.gwt-TextArea {
color: #38332E;
background-color: #FF9933;
border: 1px solid #FF8000;
/* @copy .sss_field */

width: 400px;
padding: 2px;
}

.gwt-TextBox {
color: #38332E;
background-color: #FF9933;
border: 1px solid #FF8000;
/* @copy .sss_field */

width: 400px;
padding: 2px;
}

.gwt-TextArea:focus,
.gwt-ListBox:focus,
.gwt-TextBox:focus {
border-color: #38332E;
}

.gwt-TextArea-readonly,
.gwt-ListBox-readonly,
.gwt-TextBox-readonly {
border-style: none;
background-color: transparent;
}

.gwt-TextArea-readonly {
border: 1px inset #FF9933;
}

.gwt-Tree {
background: #FFCC99;
}

.gwt-Tree .gwt-TreeItem {
}

.gwt-Tree .gwt-TreeItem-selected {
}

.gwt-FastTree {
-moz-user-select: none;
position: relative;
}

.gwt-FastTreeItem {
min-width: 18px;
}

.gwt-FastTreeItem .open,
.gwt-FastTreeItem .closed {
width: 100%;
}

.gwt-FastTree .selection-bar {
font-size: 0;
position: absolute;
left: 0;
width: 1px;
z-index: -1;
outline: none;
-moz-outline: none;
}

.gwt-FastTree .selection-bar :focus {
}

.gwt-FastTree .open .treeItemContent,
.gwt-FastTree .closed .treeItemContent {
margin-left: 18px;
}

.gwt-FastTreeItem-leaf {
display: block;
padding: 2px;
padding-left: 18px;
}

.gwt-FastTreeItem .children {
margin-left: 10px;
}

.gwt-FastTreeItem .open,
.gwt-FastTreeItem .closed,
.gwt-FastTreeItem-leaf {
color: #D1CCC7;
}

.gwt-FastTreeItem .open {
background: url(../images/treeOpen.gif) no-repeat center left;
}

.gwt-FastTreeItem .closed {
background: url(../images/treeClosed.gif) no-repeat center left;
}

.gwt-FastTreeItem-leaf {
}

.gwt-FastTree .treeItemContent {
padding: 2px;
}

.gwt-FastTree {
/* @copy .sss_donker_blauw_gradient */

background-color: #38332E;
background-image: url(../images/g/darkbluegradient.jpg);
background-position: 100%;
background-repeat: repeat-y;
}

.gwt-FastTree .selected .treeItemContent {
background: #38332E url(%selectionBar%) repeat-x;
}

.gwt-FastTree label {
color: #FFE6CC;
}

.gwt-FastTree b {
color: white;
font-weight: bold;
font-size: 110%;
}

.code {
background: #E6CCB3;
color: #38332E;
margin: 0 0 10px;
padding: 4px 4px 4px 4px;
font-family: Courier;
font-size: 100%;
}

.email {
background: #FF9933;
color: #38332E;
margin: 10px;
padding: 4px 4px 4px 4px;
}

.quote {
background: #E6CCB3;
color: #70665C;
margin: 0 10px 10px 10px;
padding: 4px 8px 4px 8px;
border-left: 2px solid #38332E;
}

.inlinequote:before {
content: "'";
}

.inlinequote:after {
content: "'";
}

.inlinequote {
background: #E6CCB3;
color: #70665C;
}

.post {
margin: 0 0 25px;
}

.postinfo {
background: #FFCC99 url(images/4px.gif) top left repeat-y;
color: #544C45;
font-size: 90%;
font-weight: bold;
line-height: 1.4em;
margin: 10px 0 30px;
padding: 8px 5px 8px 14px;
}

.contents {
padding: 10px 30px;
border-spacing: 0px;
min-height: 450px;
}

.contents img {
float: left;
margin: 3px 10px 3px 0;
}

.contents ul,
.contents ol {
margin: 0 0 16px 30px;
}

.contents li li {
padding: 0 0 0 5px;
}

.contents ul ul,
.contents ol ol {
margin: 0 0 0 16px;
}

.contentscol2 {
}

.contentscol3 {
}

.sidebar {
text-transform: capitalize;
line-height: 1.7em;
margin: 30px 0;
padding: 0;
width: 130px;
}

.sidebar h2,
.sidebar h3 {
color: #70665C;
font-weight: bold;
font-size: 130%;
margin: 0 0 8px;
}

.sidebar ul,
.sidebar form {
font-size: 85%;
margin: 0 0 15px;
padding: 0;
}

.sidebar a {
font-weight: bold;
text-decoration: none;
color: #FF8000;
}

.sidebar a:hover {
text-decoration: underline;
}

.sidebar li {
list-style: none;
margin: 0 0 4px;
padding: 0;
}

.sidebar ul ul {
margin: 1px 0 1px 15px;
padding: 0;
}

.sidebar ul ul li {
font-weight: normal;
list-style: none;
margin: 0;
padding: 0;
}

.sidebar ul ul li a {
font-weight: normal;
padding: 0;
}

.ddsg-wrapper {
line-height: 1.7em;
margin: 0 10px 10px;
padding: 0;
}

.ddsg-wrapper h2 {
color: red;
font-size: 140%;
margin: 0 0 8px;
}

.ddsg-wrapper p,
.ddsg-wrapper ul {
margin: 0 0 30px;
padding: 0;
}

.ddsg-wrapper li {
list-style: none;
margin: 5px 0 10px;
padding: 0;
}

.ddsg-wrapper ul ul {
margin: 5px 0 5px 15px;
padding: 0;
}

.ddsg-wrapper ul ul li {
font-weight: normal;
list-style: square;
margin: 5px 0 5px 15px;
padding: 0;
}

