/* temporär */
.wb-choose-topic__description { padding: 1em 30px; color: #111111; background: #ffffff; }
.wb-choose-topic__description p,
.wb-choose-topic__description ol,
.wb-choose-topic__description ul { margin: 0; padding: .5rem 0; }
.wb-choose-topic__description ol,
.wb-choose-topic__description ul { padding-left: 17px; }
.wb-choose-topic__description ul { list-style: disc; }
.wb-choose-topic__description ul > ul { list-style: circle; }
.wb-choose-topic__description ul > ul > ul { list-style: square; }
 
.wb-choose-topic__examples { padding-bottom: .5rem; color: #535456; font-style: normal; }
.wb-choose-topic__examples:last-child,
.wb-choose-topic__examples p:first-child { padding-bottom: 0; }
 
.wb-report-please-specify__input { width: 100% !important; height: 2rem; }
.wb-report-please-specify__select { width: 100% !important; height: 2rem; }
.wb-report-please-specify__textarea { width: 100% !important; min-height: 4rem; }
 
ol.wb-list-style-none { list-style: none; }
ol.wb-list-style-lower-roman { list-style: lower-roman; }
ol.wb-list-style-upper-roman { list-style: upper-roman; }
ol.wb-list-style-lower-latin { list-style: lower-latin; }
ol.wb-list-style-upper-latin { list-style: upper-latin; }
 
ul.wb-list-style-none { list-style: none; }
ul.wb-list-style-disc { list-style: disc; }
ul.wb-list-style-circle { list-style: circle; }
ul.wb-list-style-square { list-style: square; }

h1 > small {
    font-size: 80%;
    font-weight: 400;
    display: block;
    margin-top: .5em;
    hyphens: manual;
    word-wrap: break-word;
}


/* temporär ende */ 
