.r-tabs .r-tabs-nav { margin: 0px -47px; padding: 0; }
.r-tabs .r-tabs-tab { display: inline-block; margin: 0; list-style: none; }
.r-tabs .r-tabs-panel { padding: 25px 0px 15px 0px; display: none; }
.r-tabs .r-tabs-panel p { font-family: 'PT Sans', sans-serif; color: #464646; font-size: 16px; text-align: center; line-height: 24px; }
.r-tabs .r-tabs-accordion-title { display: none; }
.r-tabs .r-tabs-panel.r-tabs-state-active { display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 900px) {
.r-tabs .r-tabs-nav { margin: 0px -5px; }
}
@media only screen and (max-width: 640px) {
.r-tabs .r-tabs-tab span { display: none; }
.r-tabs .r-tabs-tab img { width: auto; height: 30px; }
}
@media only screen and (max-width: 480px) {
.r-tabs .r-tabs-panel p { text-align: justify; }
}
@media only screen and (max-width: 320px) {
.r-tabs .r-tabs-tab { border: none; }
.r-tabs .r-tabs-tab img { width: auto; height: 22px; }
}
