
.rotate {
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-180deg); /* Firefox */
  -ms-transform: rotate(-180deg); /* IE 9 */
  transform: rotate(-180deg); /* Standard syntax */
}
.gameplan {
    padding-bottom: 80px;
}
.gameplan .panel-default{
  border: none;
  border-bottom: 1px solid #bbbbbb;
  border-radius: 0px;
  box-shadow: none;
}
.panel-heading{
  border-radius: 0px;
  padding-bottom: 20px;
}
.gameplan .panel-default > .panel-heading {
  background-color: transparent;
  border-color: #bbbbbb;
}
.gameplan .panel-title{
  position: relative;
  font-size: 22px;
    text-align: center;
    color: #666666;
}
.accordionarrowim{
 
   background-image:url(../images/acordion_arrow.svg) ;
  position: absolute;
   right: 0;
   width: 30px;
   height: 18px; 
   background-size: 80%;
   background-repeat: no-repeat;
   background-position: bottom;
   margin-right: -20px;
   top:0px;
}
.gameplan .panel-body{
  font-size: 17px;
  line-height: 26px;

}
.gameplan .panel-body p{
  font-size: 20px;
  line-height: 32px;
   color:#666666;
 

}
.gameplan .panel-body p, .gameplan .panel-body ul{
  margin-bottom: 20px;
  font-size: 20px;
    color: #666666;
    line-height: 32px;
}
.gameplan .panel-body ul li{
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom:7px;
  font-size: 20px;
    color: #666666;
    line-height: 32px;
}
.gameplan .panel-body a{
  text-decoration: underline;
  color: #555555;
}
.gameplan .panel-body a:hover{
  text-decoration: none;
}
@media (max-width: 600px){
.gameplan .panel-title{
  font-size: 15px;
}
}
