/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
.table_scroll {
  width: 100%;
  overflow-x: auto;
}
.table_scroll table {
  min-width: 600px;
}

.search_main {
  padding-top: 150px;
}

iframe {
  width: 100%;
}

.news_detail .mx-955 ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.8;
}
.news_detail .mx-955 ol {
  list-style: decimal;
  padding-left: 20px;
  line-height: 1.8;
}

.st-pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.st-pagelink span,
.st-pagelink a {
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  margin: 0 0 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}
.st-pagelink span {
  background: #003c76;
  color: #ffffff;
}
.st-pagelink a {
  color: #000000;
  transition: 0.3s;
  background: transparent;
}
.st-pagelink a:hover {
  background: #0093a8;
  color: #ffffff;
}

.ftwp-fixed-to-post {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  color: #fff;
}

/*# sourceMappingURL=page.css.map*/