@charset "UTF-8";



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.overlay {
  display: none;
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: rgba(0, 0, 0, .45);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modaalcontainer {
  display: table;
  padding: 60px 0;
  width: 100%;
  height: 100%;
}
.inner {
  display: table-cell;
  padding: 2.7em 2em;
  vertical-align: middle;
}
.modal {
  margin: 0 auto;
  padding: 1.9em 2em;
  max-width: 550px;
  text-align: justify;
  text-justify: inter-ideograph;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.modal::after {
  display: table;
  content: '';
  clear: both;
}
.modal > p {
	font-size:14px;
  line-height: 1.7;
}

.attention{
	text-align:center;
	font-weight:bold;
	color:#f4ce42;
	font-size:18px !important;
}

.green_button{
	margin:10px auto;
	width:100%;
	height:;
	background-color:#25cc74;
	border-radius:5px;
	color:#ffffff;
	text-align:center;
}

.green_button a:link,a:hover,a:visited,a:active{
	text-decoration:none;
	color:#ffffff;

}

.green_button a{
	display:block;
	padding:5px 0;
}

.button {
  float: right;
  margin-top: .8em;
  padding: .5em 1.4em;
  color: #fff;
  font-size: .95em;
  border: 0;
  border-radius: 4px;
  outline: 0;
  background-color: #454545;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button:hover {
  background-color: #dd7979;
}

.openbutton{
color: #0000ff !important;
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;}
