@import url("//hello.myfonts.net/count/3592d9");
@import url("stylesheets/fonts.css");
@import url("stylesheets/screen.css");

.dnnTextEditor .dnnTextPanel {
  overflow-y: auto;
}
.dnnTextEditor .RadEditor {
  height: auto !important;
}
.RadWindow .rwTable {
  height: 100% !important;
}

.RadComboBoxDropDown .rcbScroll
{
overflow-y:scroll !important;
}
#wrapper .RadEditor table {
  table-layout: initial;
}