.swapbutton_bar{
   display: table;
}
.swapbutton{
   display: block;
   float: left;
   text-align: center;
   cursor: pointer;
}
.swapbutton img{
   display: block;
   border-radius: 50%;
   background-color: #eeeeee;
   border: 1px solid transparent;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
   opacity: 0.6;
   transition: transform .3s, background-color .3s, box-shadow .3s, border .3s, opacity .3s;
}
.swapbutton_label{
   border: 1px solid transparent;
   transition: border .3s;
}
.swapbutton:hover img,.swapbutton:active img{
   transform: scale(1.05);
   background-color: #fafafa;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
   opacity: 1;
}
.swapbutton:hover .swapbutton_label, .swapbutton:active .swapbutton_label{
   border-bottom: 1px solid #ccc;
}
.swapbutton.selected{
   color: #333;
   font-weight: 700;
}
.swapbutton.selected img{
   background-color: #ffffff;
   border: 1px solid #eeeeee;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
   opacity: 1;
}
.swapbutton.selected > .swapbutton_label{
   border-bottom: 1px solid #333;
}
.swapcontent{
   float:left;
   width:100%;
}
.swapcontent.show{
   display: block;
   animation: opaIn 500ms ease-out;
}
.swapcontent.hide{
   display: none;
}
.swapcontent_image{
   display:block;
   float:left;
}
.swapcontent_text{
   display:block;
   float:left;
}
@media screen and (min-width: 320px){
   .swapbutton_bar{
      margin: 10px auto 10px auto;
   }
   .swapbutton{
      width: 60px;
      margin: 0px 2px 7px 2px;
      line-height: 16px;
      font-size: 8px;
   }
   .swapbutton img{
      height: 50px;
      width: 50px;
      margin: 5px auto 5px auto;
   }
   .swapcontent{
      margin: 30px 0px 30px 0px;
   }
   .swapcontent_image, .swapcontent_text{
      width: 100%;
   }
}
@media screen and (min-width: 480px){
   .swapbutton_bar{
      margin: 10px auto 10px auto;
   }
   .swapbutton{
      width: 60px;
      margin: 0px 2px 12px 2px;
      line-height: 16px;
      font-size: 8px;
   }
   .swapbutton img{
      height: 50px;
      width: 50px;
      margin: 5px auto 5px auto;
   }
   .swapcontent{
      margin: 30px 0px 30px 0px;
   }
   .swapcontent_image, .swapcontent_text{
      width: 100%;
   }
}
@media screen and (min-width: 640px){
   .swapbutton_bar{
      margin: 10px auto 10px auto;
   }
   .swapbutton{
      width: 82px;
      margin: 0px 3px 0px 3px;
      line-height: 20px;
      font-size: 12px;
   }
   .swapbutton img{
      height: 70px;
      width: 70px;
      margin: 10px auto 10px auto;
   }
   .swapcontent{
      margin: 30px 0px 30px 0px;
   }
   .swapcontent_image, .swapcontent_text{
      width: 100%;
   }
}
@media screen and (min-width: 860px){
   .swapbutton_bar{
      margin: 10px auto 10px auto;
   }
   .swapbutton{
      width: 90px;
      margin: 0px 5px 0px 5px;
      line-height: 20px;
      font-size: 12px;
   }
   .swapbutton img{
      height: 75px;
      width: 75px;
      margin: 10px auto 10px auto;
   }
   .swapcontent{
      margin: 30px 0px 30px 0px;
   }
   .swapcontent_image, .swapcontent_text{
      width: 100%;
   }
}
@media screen and (min-width: 1025px){
   .swapbutton_bar{
      margin: 10px auto 10px auto;
   }
   .swapbutton{
      width: 100px;
      margin: 0px 5px 0px 5px;
      line-height: 20px;
      font-size: 12px;
   }
   .swapbutton img{
      height: 80px;
      width: 80px;
      margin: 10px auto 10px auto;
   }
   .swapcontent{
      margin: 40px 0px 40px 0px;
   }
   .swapcontent_image, .swapcontent_text{
      width: 50%;
   }
}
@media screen and (min-width: 1280px){
   .swapbutton_bar{
      margin: 10px auto 10px auto;
   }
   .swapbutton{
      width: 120px;
      margin: 0px 10px 0px 10px;
      line-height: 26px;
      font-size: 14px;
   }
   .swapbutton img{
      height: 100px;
      width: 100px;
      margin: 10px auto 10px auto;
   }
   .swapcontent{
      margin: 40px 0px 40px 0px;
   }
   .swapcontent_image{
      width: 50%;
   }
   .swapcontent_image, .swapcontent_text{
      width: 50%;
   }
}
@media screen and (min-width: 1600px){
   .swapbutton_bar{
      margin: 10px auto 10px auto;
   }
   .swapbutton{
      width: 150px;
      margin: 0px 15px 0px 15px;
      line-height: 30px;
      font-size: 16px;
   }
   .swapbutton img{
      height: 120px;
      width: 120px;
      margin: 10px auto 10px auto;
   }
   .swapcontent{
      margin: 50px 0px 50px 0px;
   }
   .swapcontent_image, .swapcontent_text{
      width: 50%;
   }
}
@media screen and (min-width: 1900px){
   .swapbutton_bar{
      margin: 10px auto 10px auto;
   }
   .swapbutton{
      width: 180px;
      margin: 0px 15px 0px 15px;
      line-height: 30px;
      font-size: 16px;
   }
   .swapbutton img{
      height: 150px;
      width: 150px;
      margin: 10px auto 10px auto;
   }
   .swapcontent{
      margin: 50px 0px 50px 0px;
   }
   .swapcontent_image, .swapcontent_text{
      width: 50%;
   }
}