body{
margin:0;
padding:0;

font-family: Roboto;
scrollbar-arrow-color: #fff; 
    scrollbar-face-color: #e5a0a0;}
	
.scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scroll::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}


.scroll {
	height: 1500px;
	
	overflow: auto;
}

.pic {
	width: 736px;
	height: 610px;
	margin: 0px auto;
	
	background: #ce6161;
	display: block;
	border: 1px solid #7a3434;
	
	
}

.est {
width: 730px;
margin: 0px auto;

}

h1 {
color: #7a3434;
text-align: center;	
width: 736px;
margin: 0px auto;
font-size: 150%;
}
	
.modal {
  will-change: visibility, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 730px;
  /* padding: 1rem; */
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 15px;
 
  background: #ffebe6;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  /* transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1); */
  border-radius: 10px;
}
h2
{color: #7a3434;
text-align: center;	
margin: 0px auto;
font-size: 120%;


}

p {
	font-size: 18px;
	color: #7a3434;
	text-align: center;
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: block;
  float: left;
  margin-left: 30px;
   margin-top: 15px;
  margin-bottom: 25px;
 text-align: center;
 text-decoration: none;
  color: #edc4c4;   
  width: 320px;
  height: 250px;
  cursor: pointer;
 background: #a42d2e;
  border: 2px solid #f7d7d7;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 5%;
  font-size: 200%;
}
.dot-1 {
	background:;
 background-size: ;
}
.dot-2 {
	background-image: ;
 background-size: ;
}
.dot-3 {
	background-image: ;
 background-size: ;
}

.dot-4 {
	background-image:;
 background-size: ;
}
.dot-5 {
	background-image: ;
 background-size: ;
}
.dot-6 {
	background-image: ;
 background-size: ;
}
.dot-7 {
	background-image: ;
 background-size: ;
}
.dot-8 {
	background-image: ;
 background-size: ;
}
.dot-9 {
	background-image: ;
 background-size: ;
}

.dot-10 {
	background-image: ;
 background-size: ;
}

.dot-11 {
	background-image: ;
 background-size: ;
}

.dot-12 {
	background-image: ;
 background-size: ;
}


.dot-13 {
	background-image: ;
 background-size: ;
}


.dot-14 {
	background-image: ;
 background-size: ;
}


.dot-15 {
	background-image: ;
 background-size: ;
}


.dot-16 {
	background-image: ;
 background-size: ;
}


.dot-17 {
	background-image: ;
 background-size: ;
}

.dot-18 {
	background-image: ;
 background-size: ;
}

.dot-19 {
	background-image: ;
 background-size: ;
}
.dot-20 {
	background-image:;
 background-size: ;
}


.modal__trigger--active {
  z-index: 10;
}

#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e29596;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.3rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}	



.icon {
	width: 150px;
}

span {
font-size: 130%;	
font-weight: bold;
}

.down {
	text-decoration: none;
	font-weight: bold; 
	color: #006437;
}

.print {
	text-decoration: none;
color: #fff;
background: #a01111;
padding: 8px 5px;
border-radius: 3px;
outline: none;
cursor: pointer;
margin: 30px auto;
display: block;
width: 90px;
text-align: center;
}

table {
margin: 5px;
background-color: ;	
border: 1px solid black;
	border-collapse: collapse;
	width: 98%;
	
	
}
table  td
{border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	
	
	
}

table  th
{border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
	
}


button{
	 text-decoration: none; 
 padding: 5px 10px;  
 color: #fff;  
font-size: 0.9rem; 
 text-shadow: 0 1px 0 rgba(0,0,0,.2);    
 display: block; 
 cursor: pointer;
 width:120px; 
 text-align: center;
margin: 10px auto; 

 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));   background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));   background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));   
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));  
 background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));   
 background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));   
 background-color: #a42d2e;   
 border-color: #a42d2e;  
 -moz-border-radius: 3px;   
 -webkit-border-radius: 3px;   
 border-radius: 3px;   
 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;   box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;   
 text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

a { color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
color: #043ecc;
}
