.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1em;
    padding: 1rem 0;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #C2D501; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 5px solid #C2D501; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 50%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 167%;
      text-align: justify;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs- .tab-2:last-child [type="radio"]: + div {
      margin-left: -0%; }
    .tabs .tab-2:nth-child(2n) [type="radio"]:checked + div {
      margin-left: -100%; }
	  .tabs .tab-2:nth-child(3n) [type="radio"]:checked + div {
      margin-left: -200%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: ; }
	  .tab-2 p{
		width:118%;}

    .tag-savi{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #C2D501;
    text-align: center;
    color: #000 !important;
  }
.tag-savi h2{
 color: #000 !important;
font-size:1.5rem !important;
padding-top:0.6rem;
}
.sectionname{display:none}
/*.activityicon{
  filter:none !important;
  width:40px !important;
  height: 40px !important;
}
.activityiconcontainer.collaboration{
  background: none !important;
}
.activityiconcontainer.content{
  background: none !important;
  background-color: none !important;
}
.activityiconcontainer.assessment{
  background: none !important;
  background-color: none !important;
}*/
.nextsection{
background-color: #C2D501;
padding:5px;
border-radius: 15px 0px 0px 15px; 
padding-left:20px;
font-size:20px;
font-weight:bold;
}
.nextsection a{
color: #fff !important;
}
.prevsection{
background-color: #C2D501;
padding:5px;
border-radius: 15px 0px 0px 15px; 
padding-left:20px;
font-size:20px;
font-weight:bold;
}
.prevsection a{
color: #fff !important;
}
.jumpmenu{
  display: none;
}
  

@media(max-width: 900px){
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    font-size: 0.9em;
  }
}


	
}