body {
  font-size: 14px;
  font-family: LatoWeb, sans-serif;
  color: #000;
  background: #f8f8f8;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

button {
  cursor: pointer;
  padding: 1ex;
}

.missingdata {
  color: #09bac7;
}

h1 {
  font-family: LatoWebBlack, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
}

h2, h3, h4, h5, h6 {
  font-family: LatoWebBold, sans-serif;
  line-height: normal;
}

select {
  background: #f8f8f8;
  border-color: #c8c8c8;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  font-family: LatoWeb, sans-serif;
  padding: 1ex;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.sole-top>div {
  padding-top: 1ex;
}

div.sole-top {
  background: rgba(244, 92, 67, 1);
  background: -moz-linear-gradient(left, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244, 92, 67, 1
    )), color-stop(100%, rgba(235, 51, 73, 1)));
  background: -webkit-linear-gradient(left, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  background: -o-linear-gradient(left, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  background: -ms-linear-gradient(left, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  background: linear-gradient(to right, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f45c43',
    endColorstr='#eb3349', GradientType=1);
  width: 100%;
  color: #fff;
  padding-top: 1ex;
  padding-bottom: 1ex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

div.sole-top a {
  color: #fff;
}

div.sole-top a img {
  padding-right: 1ex;
}

.menutoggle {
  margin: 0;
  padding-left: 1ex;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
}

.toplogo {
  position: absolute;
  top: -5px;
  left: 45px;
}

.toplogotext {
  display: inline-block;
  font-size: 18px;
  padding-top: 0;
  padding-left: 120px;
  padding-right: 2em;
  font-weight: bold;
  margin-bottom: 5px;
}

.topcommands {
  display: flex;
  width: 100%;
}

.language-selection {
  display: flex;
  flex-grow: 1;
  justify-content: end;
  margin-right: 15px;
  margin-top: 1px;
}

div.sole-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

div.sole-footer {
  font-size: smaller;
  color: #fff;
  background: #2b1d4c;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 2em;
}

div.sole-footer a {
  color: #fff;
}

div.sole-footer .copyright {
  flex: 10;
  text-align: right;
}

div.sole-logo {
  color: #fff;
}

div.svgcontainer {
  display: inline;
}

div.sole-head {
  background: #fff;
}

div.top-head {
  padding-top: 1em;
  padding-left: 4.2em;
  padding-right: 1em;
  padding-bottom: 0;
  font-weight: bold;
}

h1.sole-path {
  margin: 0;
  text-transform: none;
  font-size: 110%;
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 4em;
}

div.ajax-info {
  display: none;
  position: absolute;
  top: 50px;
  right: 1em;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  z-index: 50;
  background: #c8c8c8;
  padding: 1ex;
}

div.ajax-info_childwindow {
  position: absolute;
  font-size: 16px;
  color: #000;
  background-color: #f8f8f8;
  font-weight: bold;
  z-index: 50;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #c8c8c8;
}

div.main-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.sole-data {
  min-height: 400px;
  padding-top: 1em;
  padding-bottom: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.dataheader {
  vertical-align: top;
  background: #fff;
}

.dataheader_bold {
  vertical-align: top;
  font-weight: bold;
  background: #fff;
}

.databuttons {
  white-space: nowrap;
  vertical-align: top;
  background: #fff;
}

.datatable {
  background: #fff;
}

.isitiedot .datatable {
  background: #f8f8f8;
}

div.sole-pager {
  padding: 1em;
  color: #fff;
  background: #451b6f;
}

div.sole-pager a {
  color: #fff;
}

div.sole-pager:nth-of-type(2) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.divider {
  padding-left: 25px;
}

.right {
  position: relative;
  float: right;
  margin-right: 1em;
}

img {
  margin-left: 8px;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
}

a:link {
  color: #451b6f;
  text-decoration: none
}

a:visited {
  color: #451b6f;
  text-decoration: none
}

a:hover {
  color: #451b6f;
  text-decoration: none
}

a:active {
  color: #451b6f;
  text-decoration: none
}

input, .ui-search-input input {
  background: #f8f8f8;
  border-color: #c8c8c8;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  font-family: LatoWeb, sans-serif;
  padding: 1ex;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type="checkbox"] {
  /* no borders on checkboxes, looks bad on IE */
  border-style: none;
  border-width: 0px;
}

input[type="radio"] {
  /* no borders on radiobuttons, looks bad on IE */
  border-style: none;
  border-width: 0px;
}

textarea {
  background: #f8f8f8;
  border-color: #c8c8c8;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  font-family: LatoWeb, sans-serif;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*makes non-editable text fields darker*/
.readonly {
  background-color: #c8c8c8;
}

.dimmed {
  color: #c8c8c8;
}

table {
  border-width: 0;
}

.selectedpage {
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}

.teknoinfo {
  margin-left: 1em;
  font-size: 14px;
}

.isitiedot {
  margin-bottom: 1em;
}

.komennot {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: .5em;
  margin-bottom: .5em;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  font-family: LatoWebBold, sans-serif;
  padding-right: 0.5em;
}

.komennot a {
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  display: inline-block;
  color: #3D3D3D;
}

.section-heading {
  border-top: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  font-size: larger;
}

table.data {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
}

table.data td, table.data th {
  padding: 1ex;
}

table#advancedSearch {
  border-collapse: collapse;
}

table#advancedSearch td.tdata {
  border-width: 0px;
}

div#tyotila {
  padding: 2em;
  background: #fff;
}

.tablinks {
  white-space: nowrap;
}

.thead {
  vertical-align: top;
  background: #fff;
  color: #000;
  padding-left: 0.5em;
  text-align: left;
}

td, th {
  background: #fff;
}

.thead a {
  color: #000;
  font-weight: bold;
}

.thead0 {
  padding-left: 0.5em;
  text-align: left;
}

.tdata {
  background: #fff;
  padding-left: 0.5em;
  text-align: left;
  border-top: solid 1px #c8c8c8;
}

.thead2 {
  text-align: left;
}

.tdata2 {
  text-align: left;
}

div.sole-menu {
  padding-top: 20px;
  width: 215px;
  min-width: 215px;
  background: #451b6f;
  bottom: 0;
  padding-left: 9px;
  font-family: LatoWebBold, sans-serif;
}

#normalmenu {
  background: #451b6f;
}

a.menu-valittu {
  text-decoration: underline;
}

a.menu-valittu-parent {
  font-weight: bold;
}

.sole-menu * ul, .sole-menu * li {
  margin: 0px 5px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.menuitem {
  color: #fff;
  width: 200px;
  padding-right: 15px;
}

.menuitem a {
  color: #fff;
}

.menuitem a:hover {
  text-decoration: underline;
}

div.menu-level0 {
  border-bottom: 1px solid #c8c8c8;
  margin-top: 20px;
  width: 200px;
}

div.menu-level1 {
  width: 200px;
}

li.menu-level1, li.menu-level2 {
  list-style-type: none;
}

div.menu-level2 {
  width: 185px;
  margin-left: 15px;
}

div.menu-level3 {
  width: 170px;
  margin-left: 30px;
}

.spacer {
  padding-top: 1em;
  padding-bottom: 0.2em;
  font-weight: bold;
}

.menu-userinfo {
  font-size: 12px;
  font-style: italic;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
  color: #fff;
}

.menu-userinfo a {
  color: #fff;
}

#quicktoggle {
  cursor: pointer;
}

div.app_missingdata, div.note {
  border: 1px solid #fe707d;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 0.5em;
}

div.app_missingdata_header, div.note_header {
  font-weight: bold;
  color: white;
  background-color: #fe707d;
}

div.app_missingdata_content {
  color: #fe707d;
}

div.app_missingdata_content ul {
  padding-right: 10px;
}

div.note {
  border-color: #09bac7;
}

div.note_header {
  background-color: #09bac7;
}

div.note_content {
  color: #1894b0; /* teksti vähän tummemmalla */
  padding: 0.5em;
}

th.showdefaultheader {
  text-align: left;
  background: #f8f8f8;
}

th.genericth {
  text-align: left;
  padding-top: 1em;
}

.tooltipopen img {
  margin-left: 0px;
}

.tooltiplayer, .tooltipopenedit {
  z-index: 1000;
  font-style: italic;
  white-space: normal;
  position: absolute;
  background-color: #f8f8f8; /* same as in .komennot! */
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tooltiplayer {
  width: 220px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
}

div.tooltip {
  width: 220px; /* HAS to be same as in .tooltiplayer! */
  overflow: auto;
}

.tooltipopenedit {
  padding: 2px;
  top: 0px;
  left: -22px; /* padding 2*2px + img width 16px + 2px = 22px */
}

.tooltipedit {
  white-space: nowrap;
}

.tooltipopenedit a img {
  margin-left: 0px;
}

.tooltipedit a img {
  margin-left: 0px;
}

.tooltipclose {
  margin-left: 20px;
  top: 5px;
  right: 5px;
  position: absolute;
}

.tooltipclose a img {
  margin-left: 0px;
}

.tooltipbutton {

}

/* IMPORTANT! DO NOT CHANGE THIS! tooltipbutton CLASS IS USED FOR NOT SHOWING THE EDIT WARNING DIALOG WHEN CLICKING TOOLTIP RELATED BUTTONS! */
.separatorline {
  color: #c8c8c8;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #c8c8c8;
}

/* NOTIFICATIONS (gk_news) */
.newsheader {
  /* header of a single notification */
  font-weight: bold;
}

.newstext {
  /* the actual notification */
  margin-left: 20px;
}

/* /NOTIFICATIONS (gk_news) */

/* PUBLIC (unlogged users front page) */
.public_table_left {
  /* contains login form, notifications (gk_news) and privacy policy link(s) */
  width: 50%;
  vertical-align: top;
  padding-right: 16px;
}

.public_table_right {
  /* contains search for client's exchange possibilites, "Do you wish to apply? More info here..." link and instructions links */
  width: 50%;
  vertical-align: top;
  padding-right: 16px;
  padding-left: 16px;
}

/* /PUBLIC (unlogged users front page) */

/* PUBLIC_EXCHSEACH (exchange possibilities for unlogged users) */
.public_exchsearch_country {
  /* country's name */
  margin-bottom: 2px;
}

.public_exchsearch_smallheader {
  margin-bottom: 2px;
  margin-top: 2px;
}

.public_exchsearch_table {
  margin-left: 20px;
}

/* /PUBLIC_EXCHSEACH (exchange possibilities for unlogged users) */

/* EDITFIELD (field's label, visibility, etc. editing) */
.editfieldlayer {
  z-index: 1000;
  white-space: normal;
  position: absolute;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
}

.editfieldlayer table {
  border-width: 0;
  border-collapse: collapse;
}

div.editfield {
  overflow: auto;
}

.editfield_header {
  text-align: left;
}

.editfieldlayer * img {
  margin-left: 0px;
}

.editfield_hidden {
  /* highlight fields set as hidden */
  color: gray;
  text-decoration: line-through;
}

.editfield_mandatory {
  /* highlight fields set as mandatory */
  border-bottom: 1px dotted #c8c8c8;
}

.editfieldlayer table tr td {
  font-weight: normal;
}

/* /EDITFIELD (field's label, visibility, etc. editing) */

/* -------- styles for out_process_applications_tab.xsl -------- */
table.exchangetargettable {
  background-color: white;
  margin-bottom: 1em;
  width: 90%;
}

table.exchangetargettable * img {
  margin: 0px;
}

table.exchangetargettable * .thead {
  background-color: #f8f8f8;
}

table.exchangetargettable * .databuttons {
  width: 16px;
}

.exchangetarget_agreement {
  font-weight: normal !important;
  float: right;
}

.organisationtitle {
  border-bottom: 2px solid #c8c8c8;
  background-color: #f8f8f8;
}

table.explanationtable {
  margin-bottom: 1em;
  width: 90%;
}

table.explanationtable * th {
  text-align: left;
}

.accepted_application {
  border-bottom: 1px solid #A6C88B;
  border-left: 1px solid #A6C88B;
  background-color: #DDFFDD;
  color: #698B50;
}

.attached_application {
  border-bottom: 1px solid #D5C490;
  border-left: 1px solid #D5C490;
  background-color: #FFFED1;
  color: #9D7B00;
}

.applying_application {
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

.attached_elsewhere_application {
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  color: #929292;
}

.accepted_elsewhere_application {
  border-bottom: 1px dashed #c8c8c8;
  border-left: 1px dashed #c8c8c8;
  color: #929292;
}

.not_accepted_or_cancelled_application {
  border-bottom: 1px solid #EA8F8D;
  border-left: 1px solid #EA8F8D;
  background-color: #FFE7E2;
  color: #A64D49;
}

.accept_application_layer {
  z-index: 1000;
  font-style: italic;
  white-space: normal;
  position: absolute;
  background-color: #f8f8f8; /* same as in .komennot! */
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
}

.accept_application_layer_close {
  margin-left: 20px;
  top: 5px;
  right: 5px;
  position: absolute;
}

/* /------- styles for out_process_applications_tab.xsl -------- */
img.subpagenotification {
  margin-left: 0px;
}

.ajax_editfield_explanations table th {
  text-align: left;
}

.ajax_editfield_warning_header {
  border: 1px solid #fe707d;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold;
  color: white;
  background-color: #09bac7;
}

.ajax_editfield_warning_text {
  border: 1px solid #fe707d;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: normal;
  color: #09bac7;
  background-color: white;
}

.customformbuttons, .block {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.customformbuttons {
  /* same as in .komennot! */
  background-color: #f8f8f8;
}

.block * th {
  text-align: left;
}

.highlightSortable {
  border: 1px solid #c8c8c8;
  background-color: #f8f8f8;
}

.highlightPlaceholder {
  border: 1px solid #c8c8c8;
  background-color: #f8f8f8;
  height: 2em;
}

.AppEnc_Row_new {
  background-color: #09bac7;
}

.deleteAppEnc {
  background-color: #fe707d;
}

.deleteAppEnc td {
  border: 1px solid #fe707d;
}

/* USED WITH jQuery Validation */
.error {
  background-color: #fe707d;
}

/* USED WITH jQuery Validation */
.pageinfo_note {
  background: #f8f8f8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  padding: 1em;
  font-weight: normal;
}

pre {
  margin-top: 0px;
  margin-bottom: 0px;
}

.infolayer {
  z-index: 1000;
  white-space: normal;
  position: absolute;
  background-color: #f6f6f6;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
}

.infolayer_title {
  font-weight: bold;
}

.infolayer * img {
  margin-left: 0px;
}

.top {
  vertical-align: top;
}

.externalWindowOpener {
  display: none;
}

.unselectable {
  opacity: 0.5;
}

.unselectable>.toggle-selectable {
  opacity: 1;
}

.explain-item, .explain-item>input[type="checkbox"].toggle-selectable {
  vertical-align: middle;
}

.rounded {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.border {
  border: 1px solid #c8c8c8;
}

.paddedtransition {
  display: block;
  padding-top: 3ex;
}

.item {
  position: relative;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.item.not_editable {
  cursor: inherit;
}

.item.unread>fieldset {
  background-color: #f8f8f8;
  font-weight: bold;
}

.item.private>fieldset {
  border-style: dashed;
}

.item fieldset {
  border: 1px solid #c8c8c8;
  margin-bottom: 0.5em;
  padding: 0.5em;
}

.item>fieldset>legend, #new_item>form>fieldset>legend {
  font-size: 18px;
  margin-left: -20px;
  padding: 0 20px;
}

.item-content {
  padding: 0.5em;
  /*  white-space: nowrap; */
}

fieldset.item-content {
  display: inline;
  vertical-align: bottom;
}

.item-content>label {
  margin-right: 0.5em;
}

.item>fieldset div.edit, .item>fieldset div.show {
  float: left;
}

.item>fieldset div.buttons {
  float: right;
}

.item * input[type="file"] {
  margin-left: 0.5em;
}

.item * button {
  vertical-align: bottom;
}

.asblock {
  display: block;
}

.wrapped {
  display: inline;
  white-space: nowrap;
  margin-right: 0.5em;
}

.checkboxwrapper>label {
  margin-right: 0.5em;
}

/* light bottom border */
.lbb {
  border-bottom: 1px solid #c8c8c8;
}

.html-output a {
  color: #00a;
}

iframe {
  min-width: 100%;
}

div#tabs {
  padding: 0;
  border: 0px solid #fff;
}

div#tabs .ui-tabs-nav .ui-tab, div#tabs .ui-tabs-nav .ui-tabs-active {
  margin-right: 2px;
  padding: 0;
  min-height: 36px;
}

.ui-tabs-nav.ui-widget-header {
  border: 0px solid #fff;
  padding-top: 1ex;
  padding-left: 1em;
  padding-right: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
  {
  font-family: LatoWeb, sans-serif;
}

.ui-tabs #tyotila {
  padding: 0;
}

.ui-tabs-nav {
  background: #451b6f;
}

.ui-tabs-nav .ui-tab, .ui-tabs-nav .ui-tab a, .ui-dialog-titlebar {
  border: 1px solid #1894b0;
  background: #1894b0;
  color: #fff;
}

.ui-tabs-nav .ui-tabs-active, .ui-tabs-nav .ui-tabs-active a {
  border: 1px solid #09bac7;
  background: #09bac7;
  color: #fff;
}

.ui-widget {
  font-family: LatoWeb, sans-serif;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
  a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
  {
  border: 1px solid #09bac7;
  background: #09bac7;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
  color: #000;
  background: #f8f8f8;
  border: 1px solid #c8c8c8;
}

@media all and (max-width: 768px) {
  .thead, .tdata {
    padding-left: 0.1ex;
  }
  h1.sole-path, div.top-head {
    padding-left: 1em;
  }
  div.sole-data {
    padding-left: 1em;
    padding-right: 1em;
  }
  .tdata span {
    width: auto;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 0px;
  }
  .toplogo, #sole-menu {
    display: none;
  }
  .toplogotext {
    padding-left: 1ex;
    padding-right: 1ex;
  }
  input, select, textarea {
    max-width: 600px;
  }
}

@media all and (max-width: 500px) {
  div.sole-logo {
    width: auto;
    text-align: left;
    vertical-align: middle;
  }
  div.sole-head {
    padding-left: 0;
  }
  h1.sole-path, div.top-head {
    padding-left: 1ex;
  }
  input, select, textarea {
    max-width: 250px;
  }
  div#tyotila {
    padding: 1ex;
  }
  .small-xs {
    font-size: 80%;
  }
  .hide-xs {
    display: none;
  }
  .toplogotext {
    padding-left: .25ex;
    padding-right: .25ex;
    font-weight: normal;
  }
  div.menutoggle {
    padding: 0;
  }
  div.sole-top a img, div.sole-top img {
    margin-left: 4px;
    padding-right: 2px;
  }
}

@media print {
  div.menutoggle {
    display: none;
  }
}