/*
 * Common element styles.
 */
.rogers-bss-book-content,
.rogers-bss-window-content,
.rogers-bss-layout-flow,
.rogers-bss-page {
  background-color: transparent;
}

sup {
  font-size: 65%;
  line-height: 1.4em;
}

.portal_body .rogers-bss-window-content {
  padding-top: 20px;
}

.iphone_name span {
  text-transform: lowercase;
}

/*
 * Article elements.
 */
.portal_body .article p {
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #666;
}
.portal_body .article p.live_disclaimer, .portal_body .article p.live_disclaimer strong {
  color:#AAAAAA;
  font-style:italic;}

.portal_body .article .section_end,
.portal_body .article .note,
.portal_body .article .footnote {
  margin-bottom: 30px;
}

.portal_body .article ul,
.portal_body .article ol {
  margin-bottom: 10px;
}
.portal_body .article ul.sublist li {}

.ute-dca .tab_control h1,
.ute-dca .tab_control h2,
.ute-dca .tab_control h3,
.ute-dca .tab_control h4 {
  margin-bottom: 10px;
  font-weight: normal;
  color: #333;
}
.ute-dca .tab_control h2{
  font-size: 19px;
  margin-bottom: 15px;
}
.ute-dca .tab_control h3{
  font-size: 17px;
}
.portal_body .article h1 {
  margin-bottom: 20px;
  font-size: 26px;
}

.portal_body .article h2 {
  margin-bottom: 15px;
  font-size: 19px;
}

.portal_body .article h3 {
  font-size: 17px;
  font-family: Arial, sans-serif;
}

.portal_body .article h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.portal_body .article strong {
  color: #333;
}

.portal_body .article ul li,
.portal_body .data_table ul li {
  line-height: 16px;
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  background: url('/cmsbusiness/images/en/blt_circle_grey_4x4.gif') no-repeat 0 7px;
  font-size: 12px;
  color: #666;
}

.portal_body .article ol li,
.portal_body .data_table ol li {
  line-height: 16px;
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  text-indent: -15px;
  list-style-type: decimal;
  list-style-position: inside;
  background: none;
  font-size: 12px;
  color: #666;
}

.dialog_box .article ol.legal li {
  text-indent: 0px;
  padding:0px;
  margin:0 0 10px 0;
  list-style-position: inside;
}

.dialog_box .article ol.legal, .dialog_box .legal_symbol {
  font-weight:bold;
}

.dialog_box .article ol.legal span, .dialog_box .legal_symbol span {
  font-weight:normal;
}

.dialog_box .article ol.special_symbol li {
  list-style-position:inside;
  list-style-type:none;
  text-indent:0px;
}

.dialog_box .legal_symbol span{
  margin-left:10px;
}

.portal_body .article .note {
  padding-top: 3px;
  padding-left: 29px;
  background: url('/cmsbusiness/images/en/icon_alert_grey_24x24.png') no-repeat left top;
}

.portal_body .article .footnote {
  font-style: italic;
  font-size: 11px;
}

.portal_body .article li a,
.portal_body .article p a,
.portal_body .article h2 a  {
  text-decoration: underline;
  color: #666;
}

.portal_body .article li a:hover,
.portal_body .article p a:hover,
.portal_body .article h2 a:hover {
  color: #c00;
  text-decoration: underline;
}

.portal_body .article h2 a {
  color:#333;
}

/*
 * Re-usable elements.
 */
.price {
  line-height: 29px;
  font-size: 33px;
  color: #333;
  white-space: nowrap;
}

.price sup {
  line-height: 20px;
  font-size: 20px;
  vertical-align: 7px;
}

.price sup + sup {
  padding-left: 2px;
}

.price_desc {
  padding-top:10px;
}

.price_note {
  padding:0;
  margin: 0 0 10px 0;
}

.price_desc sup {
  font-size: 14px;
  vertical-align: 2px;
}

.page_banner {
  display: block;
  margin: -20px 0 20px 0;
}

.page_banner img {
  border: 0;
}

.portal_body a.legal_disclaimer,
.portal_body a.user_agreement {
  display: block;
  clear: both;
  margin-bottom: 30px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

.portal_body a.legal_disclaimer:hover,
.portal_body a.user_agreement:hover {
  color: #c00;
  text-decoration: underline;
}

.portal_body .more_info {
  cursor: pointer;
}

sup.bigger {
  display: inline-block;
  margin-top: -3px;
  font-size: 14px;
}


/*
 * Tabs.
 */
.tab_control {
/*
  to prevent content 'flicker' where user can see un-styled tab contents
  initial tab state is 'hidden'
*/
  visibility: visible;
  padding: 0;
  border: 0;
  background: none;
}

.tab_control ul.ui-tabs-nav {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.2em;
  border: 0;
  background: url('/cmsbusiness/images/en/tabs_ul_backg_1x3.png') repeat-x 0 bottom;
}

.tab_control ul.ui-tabs-nav li {
  height: 41px;
  line-height: 1.3;
  margin: 9px 0.2em 1px 0;
  margin-right: 0;
  padding-left: 1px;
  border: 0;
  background: url('/cmsbusiness/images/en/tabs_left_4x33.png') no-repeat 0 0;
}

.tab_control ul.ui-tabs-nav li:first-child {
  padding-left: 4px;
  background: url('/cmsbusiness/images/en/tabs_left_first_4x41.png') no-repeat 0 0;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected {
  height: 50px;
  margin-top: 0;
  padding-left: 10px;
  background: url('/cmsbusiness/images/en/tabs_left_select_all_8x41.png') no-repeat 0 0;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected:first-child {
  padding-left: 9px;
  background: url('/cmsbusiness/images/en/tabs_left_select_9x41.png') no-repeat 0 0;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected + li {
  padding-left: 0;
  background: none;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected a {
  padding: 15px 26px 6px 18px;
  color: #333;
  background: url('/cmsbusiness/images/en/tabs_bg_right_selected_300x41.png') no-repeat 100% 0;
}

.tab_control ul.ui-tabs-nav li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 6px 20px 4px 20px;
  background: url('/cmsbusiness/images/en/tabs_bg_right_183x33.png') no-repeat 0 0;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

.tab_control ul.ui-tabs-nav li a:hover {
  color: #333;
  text-decoration: none;
}

.tab_control .ui-tabs-panel {
  margin-top: 40px;
  padding: 0;
}

.tab_control.ui-tabs-panel {
  margin-top: 0;
}

.tab_control ul.ui-tabs-nav li a.long_line {
    line-height: 18px !important;
    padding: 3px 20px 7px;
    white-space: normal;
    width: 230px;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected a.long_line {
    padding: 11px 26px 9px 18px;
}



/*
 * Sub-tabs.
 */
.tab_control .tab_control ul.sub_tabs {
  background: none;
}

.tab_control .tab_control ul.sub_tabs.ui-tabs-nav li.ui-tabs-selected:first-child {
  padding: 0;
}

.tab_control .tab_control ul.sub_tabs.ui-tabs-nav li {
  height: 25px;
  margin: 0;
  padding: 0;
  background: none;
}

.tab_control .tab_control ul.sub_tabs.ui-tabs-nav li a {
  height: 25px;
  line-height: 25px;
  padding: 0 16px;
  background: none;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}

.tab_control .tab_control ul.sub_tabs.ui-tabs-nav li.ui-tabs-selected a {
  display: inline-block;
  background: #e9e9e9 none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
}



/*
 * Tables.
 */
.data_table {
  border: 1px solid #e5e5e5;
  border-right: 0 none;
  margin: 0 0 35px;
}

.data_table th,
.data_table td {
  width: 20%;
  margin: 0;
  padding: 15px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  font-size: 12px;
  color: #666;
}

.data_table th {
  padding: 15px;
  vertical-align: top;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  background: #F4F4F4 url('/cmsbusiness/images/en/bg_table_row_header_1x138.png') repeat-x center bottom;
}

.data_table.roaming_table th,
.data_table.roaming_table td {
  padding:2px;}

.data_table tr.alt_row {
  background: #fff;
}

.data_table .row_title {
  width: 1%;
  text-align: left;
  white-space: nowrap;
}

.fr .equiwidth_cell_table tr th:first-child,
.fr .equiwidth_cell_table tr td:first-child {
  width: 20%;
  white-space: normal;
}

.data_table .price {
  display: block;
  margin-bottom: 7px;
  font-family:Arial, sans-serif;
}

.data_table ul {
  display:block;
}

.data_table li {
  text-align: left;
}

/*
 * Forms.
 */
.portal_body form.styled label,
.portal_body form.styled p {
  font-size:12px;
}
.portal_body form.styled .required {
  font-weight:bold;
}

.portal_body form.styled .field_text,
.portal_body form.styled .field_select{
  display: block;
  margin-bottom: 15px;
}

.portal_body form.styled .field_text label,
.portal_body form.styled .field_select label {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 20px;
  margin: 0 10px 10px 0;
  text-align: left;
}

.portal_body form.styled .field_checkbox label,
.portal_body form.styled .field_radio label {
  font-weight: normal;
  line-height: 18px;
  width: auto;
}

.portal_body form.styled input[type=text],
.portal_body form.styled input[type=password] {
  -moz-border-radius: 4px 4px 4px 4px;
  background: url("/business/framework/skins/rogers-bss/images/input_field_bg.png") repeat-x scroll left top #F1F1F1;
  border-color: #767676 #DBDBDB #FFFFFF;
  border-style: solid;
  border-width: 1px;
  color: #787878;
  display: block;
  padding: 3px 5px;
  width:185px;
}

.portal_body form.styled select {
  -moz-border-radius: 4px 4px 4px 4px;
  background: url("/business/framework/skins/rogers-bss/images/input_field_bg.png") repeat-x scroll left top #E6E6E6;
  border-color: #767676 #DBDBDB #FFFFFF;
  border-style: solid;
  border-width: 1px;
  color: #787878;
  display: block;
  height: 22px;
  margin: 0;
  outline: none;
  padding: 0 0 1px 2px;
  width:195px
}

.portal_body form.styled select option {
  padding: 0 4px 2px;
}

.portal_body form.styled input[type="checkbox"] {
  bottom: 2px;
  position: relative;
  vertical-align: middle;
  border:0px;
}

.portal_body form.styled .footnote {
  font-style: italic;
  font-size: 11px;
}

.portal_body form.styled .note {
  font-size: 11px;
}

.portal_body form.styled .section_end,
.portal_body form.styled .footnote {
  margin-bottom: 30px;
}

.portal_body form.styled h1,
.portal_body form.styled h2,
.portal_body form.styled h3 {
  font-weight: normal;
  color: #333;
}

.portal_body form.styled h1 {
  margin-bottom: 20px;
  font-size: 26px;
}

.portal_body form.styled h2 {
  margin-bottom: 15px;
  font-size: 19px;
}

.portal_body form.styled h3 {
  margin-bottom: 10px;
  font-size: 17px;
}

.portal_body form.styled h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight:bold;
}

.portal_body form.styled p {
  line-height: 18px;
  margin-bottom: 10px;
}

.portal_body form.styled .form_footer {
  clear:both;
  display:block;
  margin-bottom:40px;
}

/*
 * Dialog Box
 */

.scroll_height {
  height: 450px;
  overflow-y: scroll;
}


/* MAIN NAV OVER RIDE */
.top_level_nav {
  padding:10px 0px 0px 0px;
  margin-top:0px;}
.top_level_nav > li {
    background: none repeat scroll 0 0 transparent;
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #858484;
    float: none;
  display:inline;
    line-height: 1em;
    margin: 0;
    padding: 0 7px;}


/* HELPERS */
.hide {display:none;}
.clear {clear:both;}
.pg-divider {
  clear:both;
  border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #FFFFFF;
    height:0px;
  margin-bottom:15px;}
.pg-dbl-column {
  float:left;
  width:50%;}
  .portal_body ul.pg-dbl-column li {
    padding:0px 10px 0px 10px;}

<!-- HW Lead Generation Contact  -->

.clearBoth {
 clear:both;
}
.prelative { position:relative; }
.pabsolute { position:absolute; }
.widiv { top:130px; width:610px; }


.leadgen {}

.leadgen.padding_top1 { padding-top:100px; }


.leadgen h2.speak   { font: normal normal 600 24px/1px 'Open Sans', Arial, Helvetica, sans-serif; color: #222; }

.leadgen h2.speak b { font: normal normal 700 24px/1px 'Open Sans', Arial, Helvetica, sans-serif; color: #222; }


.leadgen .columns span.help { font: normal normal 500 15px/21px 'Open Sans', Arial, Helvetica, sans-serif; color: #222; text-decoration:none; cursor:auto; }

.leadgen .columns a { font: normal normal 500 15px/21px 'Open Sans', Arial, Helvetica, sans-serif; color: #222; text-decoration:none; }

.leadgen .columns a:hover {  text-decoration:underline; }


.leadgen .columns.padding_top2 { padding-top:41px; }

.leadgen .columns { position: relative; }

.leadgen .columns .column1 { float: left; width: 50px; text-align:left; }
.leadgen .columns .column2 { float: left; width: 60px; text-align:left; }
.leadgen .columns .column3 { float: left; width: 80px; text-align:center;}
.leadgen .columns .column4 { float: left; width: 130px; text-align:left; }

.leadgen .columns .column5 { float: left; width: 80px; text-align:center;}

.leadgen .columns .column6 { float: left; width: 120px; text-align:left; }

#description_and_features_block { height:600px !important; }

/* MR-4974 TEMP */
.fr #support1 li:nth-of-type(4) {
  display: none; }

/* MR-6486 TEMP*/
ul#shop5 {
  margin-top: 4px !important; }
.fr ul#shop5 {
  margin-top: 55px !important; }
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0!important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none!important;
}
#limited_wrapper {
  padding-bottom: 65px;
  width: 950px;
}
#limited_wrapper img {
  float: right;
}
#intro span {
  width: 50%;
}
#intro span.details {
  float: left;
}
#limited_wrapper {
  float: right;
}
#limited_wrapper p {
  margin-left: 35px;
  width: 81%;
}
.tab_control ul.ui-tabs-nav li a {
  font-size: 11px;
  padding: 6px 8px 4px;
}
/*
 * Tabs.
 */
.tab_control {
  /*
    to prevent content 'flicker' where user can see un-styled tab contents
    initial tab state is 'hidden'
  */
  padding: 0;
  border: 0;
  background: none;
}

.tab_control ul.ui-tabs-nav {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.2em;
  border: 0;
  background: url('/cmsbusiness/images/en/tabs_ul_backg_1x3.png') repeat-x 0 bottom;
  overflow: hidden;
}

.tab_control ul.ui-tabs-nav li {
  height: 41px;
  line-height: 1.3;
  margin: 9px 0 0;
  margin-right: 0;
  padding-left: 1px;
  border: 0;
  background: url('/cmsbusiness/images/en/tabs_left_4x33.png') no-repeat 0 0;
  display:inline-block;
  vertical-align: top;
  float: left;
}

.tab_control ul.ui-tabs-nav li:first-child {
  padding-left: 4px;
  background: url('/cmsbusiness/images/en/tabs_left_first_4x41.png') no-repeat 0 0;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected {
  height: 50px;
  margin-top: 0;
  padding-left: 10px;
  background: url('/cmsbusiness/images/en/tabs_left_select_all_8x41.png') no-repeat 0 0;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected:first-child {
  padding-left: 9px;
  background: url('/cmsbusiness/images/en/tabs_left_select_9x41.png') no-repeat 0 0;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected + li {
  padding-left: 0;
  background: none;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected a {
  padding: 15px 26px 6px 18px;
  color: #333;
  background: url('/cmsbusiness/images/en/tabs_bg_right_selected_300x41.png') no-repeat 100% 0;
}

.tab_control ul.ui-tabs-nav li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 6px 20px 4px 20px;
  background: url('/cmsbusiness/images/en/tabs_bg_right_183x33.png') no-repeat 0 0;
  color: #666;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

.tab_control ul.ui-tabs-nav li a:hover {
  color: #333;
  text-decoration: none;
}

.tab_control .ui-tabs-panel {
  margin-top: 40px;
  padding: 0;
}

.tab_control.ui-tabs-panel {
  margin-top: 0;
}

.tab_control ul.ui-tabs-nav li a.long_line {
  line-height: 18px !important;
  padding: 3px 20px 7px;
  white-space: normal;
  width: 230px;
}

.tab_control ul.ui-tabs-nav li.ui-tabs-selected a.long_line {
  padding: 11px 26px 9px 18px;
}



/*
 * Sub-tabs.
 */
.tab_control .tab_control ul.sub_tabs {
  background: none;
}

.tab_control .tab_control ul.sub_tabs.ui-tabs-nav li.ui-tabs-selected:first-child {
  padding: 0;
}

.tab_control .tab_control ul.sub_tabs.ui-tabs-nav li {
  height: 25px;
  margin: 0;
  padding: 0;
  background: none;
}

.tab_control .tab_control ul.sub_tabs.ui-tabs-nav li a {
  height: 25px;
  line-height: 25px;
  padding: 0 16px;
  background: none;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}

.tab_control .tab_control ul.sub_tabs.ui-tabs-nav li.ui-tabs-selected a {
  display: inline-block;
  background: #e9e9e9 none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
}
.tab_control ul.ui-tabs-nav li a{
  box-sizing: content-box;
}
section#content1-row1 {
  background: #fff;
}
#content1-row1 #w1482189667866 {
  margin: 0 auto;
  max-width: 960px;
}
.ute-dca .portal_body .article li a,
.ute-dca  .portal_body .article p a,
.ute-dca  .portal_body .article h2 a{
  font-size: 12px;
}
.ute-dca .available_offers h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ute-dca  .portal_body .article h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ute-dca .available_offers a,
.ute-dca .available_offers li a,
.ute-dca .available_offers p a,
.ute-dca .available_offers h2 a{
  font-size: 16px;
}
#w1482189679138 .iw_component {
  margin: 0 auto;
  max-width: 960px;
}

a.action_btn, a.cancel_btn {
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  padding: 0 10px 0 10px;
  vertical-align: middle;
  background: url('/cms/rogers-smb-new/page-specific/product-and-solutions/business-phone/plans-pricing/images/action_btn_bg.png') repeat-x left top;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #160000;
  color: #e0e0e0;
}
a.action_btn:hover {
  color: #fff;
  text-decoration: none;
}
a.cancel_btn {
  background: url('/cms/rogers-smb-new/page-specific/product-and-solutions/business-phone/plans-pricing/images/cancel_btn_bg.png') repeat-x left top;
  text-shadow: none;
  color: #333;
  font-weight: normal;
  margin-right: 5px;
}
a.cancel_btn:hover {
  text-decoration: none;
}
a.button {
  display: block;
  float: left;
  font: normal 1em Helvetica, Arial, sans-serif;
  height: 20px;
  margin-right: 0;
  padding-right: 6px;
  text-decoration: none;
}
.ute-dca .tab_control .article h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ute-dca .iw_component .article h1 {
  font-family: Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
}
.ute-dca .iw_component .article h2 {
  font-family: Arial, sans-serif;
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: 400;
}
.ute-dca .iw_component .article .section_end {
  margin-bottom: 30px;
  padding: 0 0 0 20px;
}
.ute-dca .iw_component .article .section_end li {
  background: rgba(0, 0, 0, 0) url("/cms/rogers-smb-new/page-specific/product-and-solutions/business-phone/plans-pricing/images/blt_circle_grey_4x4.gif") no-repeat scroll 0 7px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  font-family: Arial, sans-serif;
}
.ute-dca .iw_component .article .section_end li a {
  color: #666;
  font-size: 12px;
}
.ute-dca .iw_component .article .section_end li a:hover{
  color: #c00;
}
.ute-dca .iw_component .article .section_end li strong {
  font-weight: bold;
  color: #333;
}
.ute-dca  #how_to_protect_business h3 {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-family: arial;
  font-size: 17px;
  padding-bottom: 2px;
  position: relative;
}
.ute-dca .iw_component .article h3,
.ute-dca .iw_component .article h2 {
  font-family: Arial,sans-serif;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 15px;
}
.ute-dca .iw_component .article p,
.ute-dca .iw_component .article .section_end {
  font-family: Arial,​sans-serif;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 0;
}
#content1-row1 .iw_component {
  margin: 40px auto;
  max-width: 960px;
}
.tab_control > div {
  left: -99999px;
  margin-top: 40px;
  position: absolute;
  top:-9999px;
}
.tab_control > div.active {
  left: 0;
  position: static;
}
.tab_control ul.ui-tabs-nav li a {
  box-sizing: content-box;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}