@charset "utf-8";
h1 {
  color: #333;

  margin: 1em auto;

}
.my {
	  
	overflow: scroll;
    height: 100%;
    width: auto;
	  
	  
  }
.tab-p {
margin-right: 16px;
	
	
}
.tabordion {
  color: #333;
  display: block;
  margin: auto;
  position: relative;

}

.tabordion input[name="sections"] {
  left: -9999px;
  position: fixed;
  top: -9999px;
}

.tabordion section {
  display: block;
}

.tabordion section label {
  background: #ccc;
  border:1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  width: 207px;
  z-index:0;
}

.tabordion section article {
  display: none;
  left: 230px;
  min-width: 300px;
  padding: 0 0 0 21px;
  position: absolute; 
  top: 0;

}

.tabordion section article:after {
  background-color: #ccc;
  bottom: 0;
  content: "";
  display: block;
  left:-229px;
  position: absolute;
  top: 0;
  width: 220px;
  height:100px;
  z-index:1;
}

.tabordion input[name="sections"]:checked + label { 
  background: #48970f;
  color: #fff4f4;
}

.tabordion input[name="sections"]:checked ~ article {
  display: block;
}


@media (max-width: 533px) {
  
  h1 {

  }

  .tabordion {

  }
  
  .tabordion section label {
    font-size: 1em;
    width: 160px;
  }  

 .tabordion section article {
    left: 200px;
    min-width: 270px;
  } 
  
  .tabordion section article:after {
    background-color: #ccc;
    bottom: 0;
    content: "";
    display: block;
    left:-199px;
    position: absolute;
    top: 0;
    width: 200px;

  }  
  
  
  
}


@media (max-width: 768px) {
  h1 {

  }

  .tabordion {
    
  }
   .tabordion section label {
    
  }  

 .tabordion section article {
    
  } 
  
  .tabordion section article:after {
    

  }
}

/*@media screen and (max-width: 768px) and (min-width: 600px)
{
  .tabordion {
    
  }
}*/


@media (min-width: 1366px) {
  h1 {

  }

  .tabordion {

  }
}
/* CSS Document */