  /*
.no-js .tabbed-content .intro,
.no-js .tabbed-content .tabs { display: none; }
*/
.tabbed-content .tabs ul { margin: 0 0 1em 0; list-style: none; }
.tabbed-content .tabs li { display: inline-block; margin: 0 10px 10px 0; padding: 0; }
.tabbed-content .tabs a { display: inline-block; padding: 6px 10px; background-color: #ebeced; border: 1px solid #ebeced; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #000; text-decoration: none; }
.tabbed-content .tabs a:hover,
.tabbed-content .tabs a:focus { background-color: #ddd; border-color: #ddd; }
.js .tabbed-content .tabs li.selected a { background-color: #6b2c91; border-color: #6b2c91; color: #fff; }
.js .tabbed-content .tabs li.selected a:hover,
.js .tabbed-content .tabs li.selected a:focus { background-color: #79379d; border-color: #79379d; color: #fff; }
.js .tabbed-content .content .tab-content { display: none; }
.tabbed-content .content .tab-content.selected { display: block; }