/* Global */
html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url('');
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #fafafa;
  font-size: 16px;
  font-family: sans-serif;
  color: #4a4a4a;
}

.pageHolder {
  width: 100vw;
  height: 100vh;
  border: none;
  overflow: hidden;
}

.bodyInner {
  width: 100%;
  text-align: left;
}

.bodyInner p {
  margin: 0 0 10px 0;
}

h5, h6 {
  margin: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-align: center;
}

sup {
  text-decoration: none;
}

.container {
  display: flex;
  justify-content: center;
  height: 100vh;
}

.info {
  margin: 28px 0;
  text-align: center;
  max-width: 600px;
  min-width: 400px;
  height: auto;
  max-height: 600px;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: "Open Sans";
  display: flex;
  flex-direction: column;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, .2);
}

.header {
  border-bottom: 1px solid #dee2e6;
  padding: 12px 16px 10px;
  font-size: 20px;
  line-height: 30px;
}

.body {
  padding: 10px 5%;
  max-height: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  overflow-y: auto;
}

.scroll {
  overflow-y: auto;
}

.date {
  font-weight: bold;
}

.button {
  min-width: 150px;
  height: 50px;
  background: black;
  color: white;
  border-radius: 15px;
  position: absolute;
  bottom: 25px;
  left: 35%;
  padding: 12px;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

a:visited {
  color: #041eee;
}

a:hover {
  color: #041eee;
}

a:active {
  color: #041eee;
}

.buttonNameL, .buttonNameR, .buttonName {
  font-size: 1rem;
  text-decoration: none;
  color: white !important;
}

.startDate {
  margin: 5px 0 0;
}

.info.two_link {
  width: 65vw;
  max-width: 1000px;
  min-width: 500px;
}

.left, .right {
  overflow-y: auto;
  padding: 15px;
  width: 50%;
  height: auto;
}

.single {
  overflow-y: auto;
  padding: 15px;
  width: 100%;
  height: auto;
}

.buttonGroup {
  width: 100%;
  height: 20%;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.buttonGroup .button.bLeft, .buttonGroup .button.bRight {
  position: static;
  bottom: 0;
  width: 20%;
  margin: 20px auto;
}

.hide {
  margin: 25px auto;
}
