.table-container {
    position: relative;
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    /*overflow-x: auto;*/
}

.table-container-wide {
    width: 100%;
}

.table-container-auto {
    display: inline-block;
    width: auto;
}

.table-suhdanne {
    /*width: 100%;*/
}

.table-suhdanne caption {
  background: #0062a3;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 2.5rem;
  padding-right: 40px;
  position: relative;
}

.table-suhdanne tbody,
.table-suhdanne thead {
  background: #fcfcfc;
}

.table-suhdanne thead th {
  white-space: nowrap;
  text-align: center;
}

.table-suhdanne thead th[colspan] {
  text-align: center;
}

.table-suhdanne tbody td {
  vertical-align: middle !important;
}

.table-suhdanne tbody td:not(:first-child) {
  padding-right: 2rem;
}

.table-suhdanne tbody td:not(:first-child) {
  text-align: right;
}

.table-suhdanne tfoot td {
  color: #595959;
  font-size: 70%;
  border-width: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 5px !important;
  white-space: normal;
}

.table-suhdanne td {
  line-height: 1.1 !important;
  padding: 8px 0px 8px;
}

.table-suhdanne .divider td {
  background: #ddd;
  padding: 1px 0 0 0;
}

.table-suhdanne .indent {
  padding-left: 2.5rem;
}

.table-suhdanne .highlight {
  background: rgba(0, 98, 163, 0.2);
}

.table-suhdanne .references {
  float: left;
}

.table-suhdanne .branding span:last-of-type {
  float: right;
}

.entry-content .table-suhdanne {
  margin: 0 auto;
}

.text-center {
    text-align: center;
}


/* menu toggler */
.suhdanne-menu-btn {
    position: absolute;
    right: 12px;
    top: 8px; /*3.5rem;*/
    font-size: 2rem;
    color: white;
    cursor: pointer;
}

.suhdanne-menu-btn:hover {
    color: white;
}

/* menu itself */
.suhdanne-menu {
    position: absolute;
    z-index: 5;
    right: 0;
    background: white;
    text-align: left;
    list-style: none;

    margin: 0;
    box-shadow: 3px 3px 10px rgb(136, 136, 136);
    border: 1px solid rgb(160, 160, 160);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 0px;
    right: 12px;
}

.suhdanne-menu li {
    list-style: none;
    margin: 0 !important;
    padding: 3px;
    font-size: 1rem;
    cursor: pointer;
    color: black;
}

.suhdanne-menu li:hover {
    background: #0062a3;
    color: white;
}

.suhdanne-menu li a {
    color: inherit;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.suhdanne-menu li:hover a {
    color: inherit;
}

/* textarea */
.embed-area {
    position: absolute;
    height: 140px;
    bottom: 0px;
    right: 100px;
    padding: 10px;
    color: black;
    font-size: 1.4rem;
    resize: none;
    border: 2px solid #0062a3;
}
