@charset "utf-8";

.content {
  padding: 0 !important;
}

.content,
#actions-sidebar {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.top-bar .expanded {
  display: none !important;
}

header {
  background-color: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span1 {
  height: 0 !important;
  line-height: 0 !important;
  opacity: 0 !important;
  font-size: 0 !important;
}

.top-bar .name {
  height: 0 !important;
  line-height: 0 !important;
  opacity: 0 !important;
  font-size: 0 !important;
}

.top-bar-section {
  display: none;
}
.top-bar .name {
  display: none;
}
.top-bar.expanded,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
  display: none !important;
}

.container {
  margin-top: -0.5rem !important;
  width: 100%!important;
  padding-inline: 0;
  overflow: visible!important;
  min-height: auto!important;
}

table tr {
  border-bottom: none !important;
}

table tr th {
  border-bottom: none !important;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  line-height: initial !important;
}

table tr th, table tr td {
  font-size: 100%!important;
}

p{
  font-size: 100%!important;
  line-height: inherit;
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6{
  color: #fff!important;
}

.panel{
  padding: 0!important;
}

.panel-title a:hover{
  text-decoration: none;
}

footer:not(.draw){
  display: none;
}