/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
.misearchresults {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.misearchresult {
  display: inline-block;
  float: left;
  padding: 10px 20px 5px;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.mibuttons {
  height: 80px;
  background-color: #d4e0ea;
  opacity: 0.75;
  padding: 0;
  display: none;
}
.homepage .mibuttons {
  height: 180px;
  margin-bottom: 30px;
}
.mibuttons .container {
  padding: 0;
}
.mibuttons .misearchresult {
  padding: 0 15px 0;
}
@media (min-width: 768px) {
  .misearchresult {
    width: 33%;
  }
  .mibuttons {
    display: block;
  }
  .mibuttons .misearchresult {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .misearchresult {
    width: 33.333%;
  }
  .mibuttons .misearchresult {
    width: 20%;
  }
}
.misearchresult a {
  display: block;
  text-decoration: none;
  outline: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  height: 150px;
}
.misearchresult a:focus {
  border: 1px solid red;
}
.mibuttons .misearchresult a {
  height: 80px;
  margin-top: 0;
}
.homepage .mibuttons .misearchresult a {
  height: 140px;
  margin-top: 20px;
}
.misearchresult i {
  position: absolute;
  font-size: 60px;
  width: 100%;
  text-align: center;
  left: 0;
  display: none;
  font-style: normal;
  z-index: 10;
  color: #fff;
  line-height: 120px;
}
.misearchresult img {
  position: relative;
  height: 170px;
  padding: 0;
  margin: 0 0 0 0;
  z-index: 2;
}
.mibuttons .misearchresult img {
  height: 50px;
  margin-top: 15px;
}
.homepage .mibuttons .misearchresult img {
  height: 100px;
  margin: 0;
}
.misearchresult img.wait {
  display: none;
}
.misearchresult a p {
  position: absolute;
  font-family: "Larsseit-Medium", sans-serif;
  display: block;
  bottom: -15px;
  color: #303030;
  font-size: 1em;
  z-index: 2;
  color: #fff;
  width: 100%;
}
.mibuttons .misearchresult a p {
  display: none;
}
.misearchresult p, .misearchresult i {
  color: #006174;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 5px;
}
.homepage .mibuttons .misearchresult a p {
  display: block;
}
.misearchresult a span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c05948;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  top: 50%;
  z-index: 1;
  transition: all 0.5s;
}
.misearchresult a:hover span {
  top: 65%;
}
.misearchresult:nth-child(2) a span {
  background-color: #d4b42d;
}
.misearchresult:nth-child(3) a span {
  background-color: #006174;
}
.misearchresult:nth-child(4) a span {
  background-color: #6aafb3;
}
.misearchresult:nth-child(5) a span {
  background-color: #7bab3b;
}
.misearchresult:nth-child(6) a span {
  background-color: #0097d0;
}
.misearchresult:nth-child(7) a span {
  background-color: #8B9EA7;
}
.misearchresult:nth-child(8) a span {
  background-color: #e5c629;
}
.misearchresult:nth-child(9) a span {
  background-color: #00719c;
}
/*rotate*/
img.rotate {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
/*misearchresult*/
div.mi_page_form, .mi_resultpage {
  overflow: visible;
}
.mi_searchtitle {
  color: #6c9c2a;
  font-family: "Larsseit-Regular", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  padding: 0 0 5px 0;
  text-transform: lowercase;
  letter-spacing: normal;
}
div#miloading {
  background-color: #006174;
}
div.mi_form_main {
  background-color: #006174;
}
div.mi_page .mi_search_info, div.mi_page td.mi_search_info {
  background-color: #006174;
}
div.mi_page div.mi_filterbox li.mi_li_header {
  background-color: #006174;
}
div.mi_pager .mi_pager_active {
  color: darkgrey;
}
div.roundform, div.roundformmouse {
  background-color: #006174;
}
div.boxmain {
  background-color: #eee;
}
div.mi_tbl_view table.mi_table_view tr.mi_odd {
  background-color: #eee;
}
div.mi_tbl_view table.mi_table_view tr.mi_even {
  background-color: #fff;
}
button.mi_commandbutton, div.mi_form input.mi_commandbutton {
  background-color: #0097d0;
  color: #fff;
}
div.mi_formtitle {
  color: #444;
}
div.mi_formtitle .mi_formtitlehelpcont {
  color: #444;
}
.mi_breadcrumb {
  background-color: #eee;
}
div.mi_inv div.mi_menu_header {
  background-color: #006174;
}
div.mi_inv div.mi_inv_menu_blok div.mi_inv_menu div.active, div.mi_inv div.mi_inv_menu_blok div.mi_inv_menu div.active a {
  color: #006174;
}
div.mi_tbl_view table.mi_table_view tr.mi_active td {
  background-color: #eee;
}
.mi_page .mi_bluetop .topfiller, .mi_page .mi_bluetop .mi_tablinks {
  background-color: #eee;
}
.mi_page #mi_bluetop, .mi_page .mi_bluetop {
  background-color: transparent;
}
.mi_page .mi_bluetop .mi_tablinks li .active {
  color: darkgrey;
}
/*.mi_page .mi_bluetop .mi_tablinks li {
	background-image: url("//mifiles.archieven.nl/default/images/arrow_default_right.gif");
	padding-left: 15px;
}
    */
.mi_page .mi_boxmain .mi_titlerow {
  background-color: #eee;
}
.mi_page .mi_boxmain .mi_titlerow .mi_anvr {
  color: #444;
  background-color: #006174;
}
.mi_tree .mi_tree_content .mi_boxmain {
  margin-right: -20px;
}
div.mi_page a, a.mi_hyperlink {
  color: #444;
  text-decoration: none;
}
div.mi_page a:hover, a.mi_hyperlink:hover {
  color: #444;
  text-decoration: underline;
}
.miformline .miformitem .miformitemlinkmain {
  background-color: #006174;
}
.miformline .miformitem form {
  background-color: #006174;
}
.mi_page .mi_boxmain .mi_content {
  min-height: 0.5em;
}
div.mi_tbl_view table.mi_table_view tr.rowdet .mi_boxmain {
  border-color: #006174;
}
#mi_form3 {
  font-family: inherit;
}
.mi_color_primary {
  background-color: #006174;
  color: #444;
}
.mi_color_secondary {
  background-color: #006174;
  color: #444;
}
.mi_color_button_default {
  background-color: #0097d0;
  color: #fff;
}
.mi_color_button_important {
  background-color: #0097d0;
  color: #fff;
}
.mi_color_button_important {
  background-color: #0097d0;
  color: #fff;
}
.mi_close_filter {
  background-color: #3e4444;
  color: #fff !important;
}
.mi_zblk_view .mi_zoekingang, .mi_zlst_view .mi_zoekingang {
  background-color: #eee;
}
.mi_zblk_view .mi_zoekingang:hover .mi_zk_result {
  background-color: #0097d0;
  color: #fff;
}
.mi_zblk_view .mi_zoekingang:hover .mi_zk_result {
  background-color: #0097d0;
  color: #fff;
}
.mi_zlst_view .mi_zoekingang:hover #mi_zk_treffer {
  background-color: #0097d0;
  color: #fff;
}
.mi_zlst_view .mi_zoekingang:hover #mi_zk_treffer {
  background-color: #0097d0;
  color: #fff;
}
.mi_form3_zoekbtns .mi_arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
div.roundform, div.roundformmouse {
  border: 1px solid #3d3d3d;
  float: left;
}
div.roundmain, div.roundmain_alt {
  border: 0px;
}
div.roundrec, div.roundrec_alt {
  border: 1px solid #3d3d3d;
}
div.pageround {
  border: 1px solid #3d3d3d;
}
div.roundfilter, div.roundfiltermouse {
  border: 1px solid #3d3d3d;
}
div.roundrec .roundtop, div.roundrec .roundtopright {
  font-size: 2px;
}
div.roundrec_alt .roundtop, div.roundrec_alt .roundtopright {
  font-size: 2px;
}
div.moduleround, div.moduleround_alt {
  border: 1px solid #3d3d3d;
}
div.moduleroundmouse, div.moduleround_altmouse {
  border: 1px solid #3d3d3d;
}
div.roundnav_right, div.roundnav_rightmouse {
  border: 0px solid #3d3d3d;
}
.roundtop, .maintop, .filtertop, .nav_righttop, .formtop {
  float: left;
  left: -1px;
  position: relative;
  top: -1px;
  width: 6px;
}
.roundtopright, .maintopright, .filtertopright, .nav_righttopright, .formtopright {
  float: right;
  left: 1px;
  position: relative;
  top: -1px;
  width: 6px;
}
.roundbottom, .mainbottom, .filterbottom, .nav_rightbottom, .formbottom {
  float: left;
  left: -1px;
  position: relative;
  top: 1px;
  width: 6px;
}
.roundbottomright, .mainbottomright, .filterbottomright, .nav_rightbottomright, .formbottomright {
  float: right;
  left: 1px;
  position: relative;
  top: 1px;
  width: 6px;
}
.topfiller, .maintopfiller, .mainbottomfiller, .bottomfiller, .roundtop, .roundtopright, .roundbottom, .roundbottomright, .maintop, .maintopright, .mainbottom, .mainbottomright, .filtertop, .filtertopright, .filterbottom, .filterbottomright, .nav_righttopright, .nav_rightbottom, .nav_rightbottomright, .nav_righttop, .formtop, .formtopright, .formbottom, .formbottomright {
  font-size: 1px;
  height: 6px;
  line-height: 1px;
}
.bottomfiller, .topfiller, .maintopfiller, .mainbottomfiller {
  clear: both;
  position: relative;
  width: 100%;
}
div.roundform, div.roundformmouse {
  border: none;
  float: left;
  margin-bottom: 12px;
}
.mi_breadcrumb, div.roundmain, div.roundmain_alt, div.roundrec, div.roundrec_alt, div.pageround, div.roundfilter, div.roundfiltermouse, div.moduleround, div.moduleround_alt, div.moduleroundmouse, div.moduleround_altmouse, div.roundnav_right, div.roundnav_rightmouse, div.mi_page div.mi_filterbox, div.mi_page div.mi_filterbox li.mi_li_header, .miformline .miformitem .miformitemlinkmain, .miformline .miformitem form, .miformline .miformitem .miformitemlink, .mi_user_links .mi_loggedin .miformitem .miitems, .miformline .miformitem.open .miformitemlinkmain, .mi_page .mi_boxmain {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: inherit;
}
.bottomfiller, .topfiller, .maintopfiller, .mainbottomfiller {
  clear: both;
  position: relative;
  width: 100%;
  height: 6px;
}
div.roundrec .roundtop, div.roundrec .roundtopright, div.roundrec .roundbottom {
  background: none;
}
table.mi_record_table td.mi_gal_thumb, .mi_ff_top {
  border: none;
  background: none;
}
.miformline {
  height: 50px;
}
.miformline .miformitem .miformitemtitle input, .miformline .miformitem .miformitemtitle input:focus {
  border: medium none;
  height: 26px;
  margin: 3px 0;
  background-position: 0 50%;
  display: block;
  line-height: 25px;
  padding: 0 0 0 17px;
  transition: none;
  box-shadow: none;
  background-color: #fff;
}
.miformline .miformitem .mi_btn_txt {
  height: 26px !important;
  margin-top: 3px;
}
.miformline .miformitem {
  height: 35px;
  line-height: 35px;
}
.miformline .miformitem .miformitemlink {
  height: 35px !important;
  line-height: 35px;
  padding-top: 2px;
}
.miformline .miformitem .miformitemtitle label {
  height: 35px !important;
  line-height: 35px;
}
.miformline .miformitem a.mi_btn {
  margin-top: 6px;
}
.miformline .miformitem.open .miformitemlinkmain {
  height: 35px;
}
div.mi_form .mi_textbox, div.mi_form .mi_datebox {
  border: medium none;
  height: 28px;
  padding: 1px 1px 0 3px;
}
div.mi_form .mi_bj, div.mi_form .mi_ej {
  border: medium none;
  height: 28px;
  width: 70px;
  padding: 1px 1px 0 3px;
  display: inline;
}
div.mi_form form td {
  padding: 0.2em 0;
}
.miformline .miformitem fieldset {
  border-right: medium none;
  border-left: medium none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.miformline .miformitem legend {
  padding-left: 0;
  padding-right: 2px;
  height: auto;
  height: 35px;
  font-size: 1.2em;
}
.miformline .miformitem a.mi_btn {
  height: 22px;
  width: 22px;
}
button.mi_commandbutton, input.mi_commandbutton {
  font-size: 1.1em;
  border-radius: 0;
  margin: 2px 0 0 5px;
  line-height: 2em;
  padding: 3px 10px;
}
.miformline .miformitem a.mi_btn.mi_toggle {
  margin-top: 0.4em;
  background-image: url("//mifiles.archieven.nl/default/images/btns_formopen3_big.png");
}
.miformline .miformitem a.mi_btn.mi_add {
  background-image: url("//mifiles.archieven.nl/default/images/btns_formadd3_big.png");
}
.miformline .miformitem a.mi_btn.mi_remove {
  background-image: url("//mifiles.archieven.nl/default/images/btns_formremove3_big.png");
}
.mi_form2 div.mi_formtitle.open .mi_formtitlehelpcont {
  color: #3d3d3d;
  font-family: arial, sans-serif;
  font-weight: normal;
}
.mi_form2 div.mi_formtitle.open .mi_formtitlehelp {
  max-width: 700px;
}
.mi_form2 div.mi_formtitle .mi_togglehelp {
  background-image: url("//mifiles.archieven.nl/128/images/info2.png");
  font-size: 1em;
}
div.mi_form .mi_regform .mi_textbox, div.mi_form .mi_regform .mi_datebox {
  border: 1px solid #3d3d3d;
}
.mi_user_links .mi_loggedout .miformitem .miformitemlink, .mi_user_links .mi_loggedin .miformitem .miformitemlink, .mi_user_links .mi_loggedin .miformitem .miitems {
  background-color: #f7f7f7;
}
div.mi_resultset {
  padding-left: 0;
}
div.mi_page .mi_tdnav_right div.mi_filterbox {
  margin-right: 0;
}
div.mi_formtitle {
  width: 90%;
}
.mi_page div.boxmain, div.mi_inv {
  margin-left: 0;
  margin-right: 0;
}
.mi_page div.boxmain {
  margin-top: 10px;
}
.mi_page .mi_boxmain {
  background-color: #eee;
}
.mi_page .mi_boxmain .mi_titlerow {
  background-color: #006174;
}
.mi_page .mi_boxmain .mi_titlerow .mi_anvr {
  color: #fff;
  background-color: #0097d0;
}
div.mi_form, div.mi_form .mi_hyperlink, div.mi_form a.mi_hyperlink:active, div.mi_form a.mi_hyperlink:hover, .mi_li_header, div.mi_page .mi_search_info, div.mi_nav_top div.mi_nav_header, div.mi_page .mi_search_info a, div.mi_page .mi_search_info a:active, div.mi_page .mi_search_info a:hover, div.mi_form label, div.mi_form .miformtips a, .miformline .miformitem legend span, div.mi_inv div.mi_menu_header, .mi_page .mi_boxmain .mi_titlerow .mi_anvr, .miformline .miformitem.open .miformitemtitle label, .mi_page .mi_boxmain .mi_titlerow, .mi_form3 legend, .mi_form3_zoekvelden label, .mi_at_page.mi_color_primary a, .mi_at_page.mi_color_primary a:hover, #mi_form3_opnieuw button:hover, .mi_color_primary, .mi_color_secondary {
  color: #fff;
}
div.mi_swapform a.arrowright {
  color: #fff;
  background-image: url("//mifiles.archieven.nl/default/images/arrow_white_default_right.gif");
}
div.mi_swapform a.arrowup {
  color: #fff;
  background-image: url("//mifiles.archieven.nl/default/images/arrow_white_default_up.gif");
}
.mi_backbutton {
  color: #fff;
  background-image: url("//mifiles.archieven.nl/default/images/arrow_white_default_left.gif");
}
.miformline .miformitem fieldset {
  border-color: #fff;
}
.miformline .miformitem .miformitemlink, .mi_regform .mi_formlabel {
  color: #444;
}
.mi_form2 .mi_searchtitle {
  color: #444;
}
.mi_form2 .mi_form_inleiding, .mi_form2 .mi_form_text {
  color: #444;
}
.miformline .miformitem a.mi_btn.mi_toggle {
  margin-top: 6px;
  background-image: url("//mifiles.archieven.nl/default/images/btns_formopen_big.png");
}
.mi_user_links .mi_loggedin .miformitem a.mi_btn.mi_toggle {
  margin-top: 6px;
  background-image: url("//mifiles.archieven.nl/default/images/btns_formopen3_big.png");
}
.miformline .miformitem a.mi_btn.mi_add {
  background-image: url("//mifiles.archieven.nl/default/images/btns_formadd_big.png");
}
.miformline .miformitem a.mi_btn.mi_remove {
  background-image: url("//mifiles.archieven.nl/default/images/btns_formremove_big.png");
}
div.mi_form .miformtips .accordionclose {
  background-image: url("//mifiles.archieven.nl/default/images/arrow_white_default_right.gif");
}
div.mi_form .miformtips a.accordionopen {
  background-image: url("//mifiles.archieven.nl/default/images/arrow_white_default_down.gif");
}
.mi_view_links svg {
  fill: #fff;
}
.mi_form3, .mi_form3_filters button, .mi_form3 .mi_button_a_style:hover {
  color: #fff;
}
.mi_form3_li a {
  color: #fff !important;
}
.mi_form3_bread .miformitem .mi_color_secondary a {
  color: #fff;
}
.mi_search_page .mi_arrow, .mi_question_mark.mi_tooltip {
  border-color: #fff;
}
.mi_search_page .mi_question_mark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Ctext transform='translate(14.5 60.25)' font-size='72' fill='%23fff' font-family='Montserrat-Bold,Montserrat' font-weight='700'%3E%3F%3C/text%3E%3C/svg%3E");
}
#mi_form3 span.mi_syno_on.mi_tooltiphover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Crect x='1.97' y='1.78' width='66.31' height='66.31' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='4'/%3E%3Ctext transform='translate(8.5 38.64)' font-size='38.93' fill='%23fff' font-family='Montserrat-Bold,Montserrat' font-weight='700' style='isolation:isolate'%3ES%3C/text%3E%3Cpath d='M25.88,59.39,52.8,27a10.16,10.16,0,0,1,14.29-1.43l.3.25h0a2.7,2.7,0,0,1,.27,3.72L35.72,68.09Z' fill='%235ebd4f'/%3E%3Cpath d='M35.72,68.09l-20.54-18a2.7,2.7,0,0,1-.28-3.72l1.67-2a7.62,7.62,0,0,1,10.72-1.09l.23.19,16.94,14Z' fill='%235ebd4f'/%3E%3C/svg%3E");
}
#mi_form3 span.mi_syno_off.mi_tooltiphover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Crect x='1.97' y='1.78' width='66.31' height='66.31' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='4'/%3E%3Crect x='18.49' y='38.64' width='50.35' height='10.07' rx='1.68' transform='translate(-18.09 43.65) rotate(-44.99)' fill='%23ed1c24'/%3E%3Crect x='38.63' y='18.5' width='10.07' height='50.35' rx='1.68' transform='translate(-18.09 43.65) rotate(-44.99)' fill='%23ed1c24'/%3E%3Ctext transform='translate(8.5 38.64)' font-size='38.93' fill='%23fff' font-family='Montserrat-Bold,Montserrat' font-weight='700' style='isolation:isolate'%3ES%3C/text%3E%3C/svg%3E");
}
#mi_form3 .mi_add_icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'><rect x='30' y='10' width='10' height='50' fill='%23fff'/><rect x='10' y='30' width='50' height='10' fill='%23fff'/></svg>");
}
#mi_form3 .mi_remove_icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'><rect x='10' y='30' width='50' height='10' fill='%23fff'/></svg>");
}
.mi_search_page .mi_info_icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Crect x='1.97' y='1.78' width='66.31' height='66.31' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='4'/%3E%3Ctext transform='translate(25.78 59.34)' font-size='63.38' fill='%23fff' font-family='Montserrat-Bold,Montserrat' font-weight='700'%3Ei%3C/text%3E%3C/svg%3E");
}
.mi_search_page .mi_info_icon_dun {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Ctext transform='translate(26.56 61.14)' font-size='77.45' fill='%23fff' font-family='FranklinGothic-Book,Franklin Gothic Book'%3Ei%3C/text%3E%3C/svg%3E");
}
.mi_bestand_radio_button {
  border: 0;
}
.mi_bestand_radio_button:before {
  background: #000;
  width: 65%;
  height: 65%;
  left: 19%;
  top: 19%;
  position: relative;
}
.mi_bestand_radio_button:checked {
  border: 1px solid #fff;
  background: #000;
}
.mi_bestand_radio_button:not(:checked):before {
  background: white;
}
.mi_blk_view .mi_zoekingang * {
  color: white;
}
.mi_blk_view .mi_zoekingang[failed] * {
  color: #000000;
}
div.mi_page *, div.mi_page *:before, div.mi_page *:after, div.mi_form * {
  box-sizing: content-box;
}
div.mi_page, div.mi_form {
  line-height: 25px;
  font-style: normal;
  font-weight: normal;
}
div.mi_sort {
  padding-top: 21px;
}
div.mi_pager {
  padding-top: 19px;
  padding-bottom: 7px;
}
div.mi_page button, div.mi_page input, div.mi_page select, div.mi_page textarea {
  line-height: 25px;
}
.mi_nav_header {
  padding-top: 19px;
  padding-bottom: 11px;
}
.mi_tree .mi_tree_plus {
  margin-top: 0;
}
table.mi_comlinks td, table.mi_record_table table.mi_record {
  padding-bottom: 3px;
}
.mi_form3 #mibj, .mi_form3 #miej {
  max-width: calc(50% - 53.5px);
}
.mi_form3_filters .mi_form3_filterbtns .mi_form3_button.mi_color_primary {
  line-height: 8px;
}
.mi_form3_filterbtns .mi_color_secondary {
  line-height: 12px;
}
