﻿html, body {
  height: 100%; }

body .event-place dt {
  text-align: center;
  background-color: #0080ba;
  color: white;
  font-weight: 400; }

@media (min-width: 992px) {
  body .event-place dt {
    font-size: 14px;
    display: flex !important;
    align-items: center; }
  body .event-place .dt-cpd {
    display: flex !important;
    align-items: center;
    font-size: 11px !important; } }

body .event-place dd {
  margin-bottom: 0rem; }

body .event-title {
  border-top: double 5px seagreen;
  border-bottom: double 5px seagreen; }

body .btn-reg {
  width: 100%; }

body .btn {
  max-width: 200px; }

body .notice {
  margin-right: -15px;
  margin-left: -15px; }
  body .notice .notice-header {
    border-top: double 3px black;
    border-bottom: double 3px black;
    font-weight: bold;
    width: 120px;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px; }
  body .notice .notice-detail {
    margin-right: 15px;
    margin-left: 15px; }

body .order-13 {
  order: 13; }

body .order-14 {
  order: 14; }

body .order-15 {
  order: 15; }

@media (min-width: 992px) {
  body .order-lg-12 {
    order: 12; } }
