.scrollDetailStyle {
   max-height: 80% !important;
   overflow-y: scroll !important;
   overflow-x: hidden !important;
}

.list-main-page {
   font-size: 16px;
   list-style: none;
}

.Wid20em{
   width: 20em;
}

.Wid17ch{
   /*ch - latimea lui 0*/
   width: 17ch;
}

.Wid10ch {
   width: 10ch;
}

.Wid20ch{
   /*ch - latimea lui 0*/
   width: 20ch;
}

.val {
   font-weight: bold;
}

#editor {
    height: 500px;
    border: 1px dashed black;
}