body table, .button, #header, input, textarea, select, .site-footer, .tabs ul.primary, .toolbar {
  font-family: inherit;
}
body table, input, textarea, .node__content {
  font-size: inherit;
}
h1, h2, h3, h4, h5 {
  font-weight: bold;
}
.main-content h2 {
  font-size: 1.25em;
}
a {
  border-bottom : none;
}
a:hover, a:active, a:focus {
  border-bottom-style: none;
  text-decoration: underline;
}

/* Hide title on homepage */
body.path-frontpage h1.page-title {
  display: none;
}
.text-formatted ul, .text-formatted ol {
  padding-left: 30px;
}

.layout-main-wrapper {
  /* max-width: 1570px; */
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
body .section {
  padding-left: 0;
  padding-right: 0;
}
#sidebar-first {
  width: 20%;
}
#sidebar-second {
  width: 20%;
  margin-left: -20%;  
}
.layout-one-sidebar .main-content {
  width: 80%;
  margin-left: 20%;
}
.layout-two-sidebars .main-content {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

input.button {
  margin-left: 0;
}

th {
  font-size: 87%;
  white-space: nowrap;
}
tbody tr {
  vertical-align: top;
}
table tr.even {
  background: rgba(0,0,0,0.040);
}
table tr.odd {
  background: rgba(0,0,0,0.080);
}
table tr td {
  text-align: unset;
}
table tr th a.button {
  display: inline;
}
table tr th a.button:hover {
  font-weight: normal;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}

.dropbutton .dropbutton-action a,
a.button {
  font-size: 13px;
  padding: 0.15em 1.063em;
  line-height: normal;
}
summary {
  background: none;
  text-shadow: none;
}
details > .details-wrapper {
  padding: 0.5em 1em;
}

.region-primary-menu .menu a {
  border-radius: 0;
  text-shadow: none;
  background: none;
  color: #FFF;
  padding: 0.2em 0.5em;
}
.region-primary-menu .menu a:hover,
.region-primary-menu .menu a:focus {
  background: #2998DC;
}
.region-primary-menu .menu-item a.is-active {
  background: #FFF;
}

.site-branding__text {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.site-footer__bottom {
  margin-top: 0;
  border: none;
}
.site-branding__slogan {
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
}
.site-branding__name {
  font-family: Georgia, Times, serif;
  font-size: 30px;
}
.site-branding__name a:hover {
  text-decoration: none;
}

abbr[title] {
  text-decoration: none;
}
caption {
  text-align: left;
}

.js td .dropbutton-wrapper {
  min-height: 1.5em;
  margin: -2px 0;
}
.js td .dropbutton-multiple {
  padding-right: 6em;
}
.js td .dropbutton-single .dropbutton-widget {
  position: initial;
}

table.ctplayout {
  margin: 0 -9px;
  width: calc(100% + 18px);  
}
table.ctplayout tr {
  background: none;
}

#block-recentlycompletedtasks .content>ul {
  list-style-type: none;
  padding: 0;
}
#block-recentlycompletedtasks .content>ul>li {
  font-weight: bold;
}
#block-recentlycompletedtasks .content>ul>li li {
  font-weight: normal;
}
#block-recentlycompletedtasks .content>ul>li>ul {
  margin-left: 0.5em;
  margin-bottom: 8px;
}