p {
  margin-top: 0;
  margin-bottom: 0 !important;
  word-wrap: break-word;
}


.bold{
  font-weight:bold !important;
}

.nodecor{
  text-decoration: none;
  color:inherit !important;
}
.noselect{
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  user-select: none !important;
}

pre[class*="language-"] {
  padding-left: 20px;
  background: #E8F2D8;
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    cursor: default !important;
    background-color: transparent !important;
}


.addContent{position:absolute;display:none;}


.pagelinks{display: -ms-flexbox;-ms-flex-direction: row;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;-ms-flex-line-pack: start;display: flex;width: 100%;}

.reflexnav{display: -ms-flexbox;
-ms-flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
-ms-flex-line-pack: start;
display: flex;
width: 100%;
}

.sorter1{
	position:absolute;
	right: 10px;
}

.sorter1 a{
	color: #4d7ca5;
}
.sorteranchorcurrent{
  text-decoration: none !important;
  color: #716e69 !important;
  background-color: #c3c8ec57 !important;
  font-weight:bold !important;
}

.pagelinks a{
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
  color: #716e69;
  background-color: #d0cdbe;
  cursor: pointer;
}
.pagelinks a.current{
  cursor: default;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  background-color: #e04040;
  color:inherit !important; 
}