/* root element for Tabs  */
ul.tabs { height: 46px;margin: 0; padding: 0;	list-style: none; border-bottom: 2px solid #d5d5d5;}
/* single tab */
ul.tabs li { float: left;margin: 0;padding: 0;text-indent: 0;list-style-image: none;border-bottom: 1px solid #ccc;}
ul.tabs a.ios, ul.tabs a.android, ul.tabs a.win, ul.tabs a.mac { display: block;position: relative;top: 1px;height: 45px; margin: 0px;padding: 2px;font-size: 11px;line-height: 40px;text-align: center;	text-decoration: none;color: #ccc;background-color:#ccc; text-indent:-3500px}
ul.tabs a.ios:active, ul.tabs a.mac:active, ul.tabs a.android:active, ul.tabs a.win:active, ul.tabs a.l:active, ul.tabs a.xl:active {outline: none;}
ul.tabs a.ios {background:url(../../source/images/mobilefaq_icons.png) no-repeat 0 -169px;height:45px; width:180px; font-size:16px; color:#4a4849;border: solid 1px #e0e0e0; border-radius: 7px 7px 0 0;}
ul.tabs a.ios:hover {background:url(../../source/images/mobilefaq_icons.png) no-repeat 0 -86px;height:45px; }
ul.tabs a.ios.current {background:url(../../source/images/mobilefaq_icons.png) no-repeat 0 -2px;height:45px; border:1px solid #d5d5d5;}
ul.tabs a.android {background:url(../../source/images/mobilefaq_icons.png) no-repeat -11px -418px;height:45px; width:180px; font-size:16px; color:#4a4849;border: solid 1px #e0e0e0; border-radius: 7px 7px 0 0 }
ul.tabs a.android:hover {background:url(../../source/images/mobilefaq_icons.png) no-repeat -11px -335px;height:45px; }
ul.tabs a.android.current {background:url(../../source/images/mobilefaq_icons.png) no-repeat -11px -251px;height:45px;border:1px solid #d5d5d5;}
ul.tabs a.win {background:url(../../source/images/mobilefaq_icons.png) no-repeat -10px -669px;height:45px; width:180px; font-size:16px; color:#4a4849;border: solid 1px #e0e0e0; border-radius: 7px 7px 0 0 }
ul.tabs a.win:hover {background:url(../../source/images/mobilefaq_icons.png) no-repeat -10px -585px;height:45px;}
ul.tabs a.win.current {background:url(../../source/images/mobilefaq_icons.png) no-repeat -10px -502px;height:45px; border:1px solid #d5d5d5;}
.container {width: 96%;  float:left}
.ios_pane {display: none;	padding: 15px 0px;font-size: 12px;background-color: #fff;border: 1px solid #ccc;border-top: 0; float:left; width:99.8%}
.and_pane {display: none;	padding: 15px 0px;font-size: 12px;background-color: #fff;border: 1px solid #ccc;border-top: 0; float:left; width:99.8%}
.win_pane {display: none;	padding: 15px 0px;font-size: 12px;background-color: #fff;border: 1px solid #ccc;border-top: 0; float:left; width:99.8%}

ul.tabs a.mac, ul.tabs a.android, ul.tabs a.win { display: block;position: relative;top: 1px;height: 45px; margin: 0px;padding: 2px;font-size: 11px;line-height: 40px;text-align: center;	text-decoration: none;color: #ccc;background-color:#fff; text-indent:-3500px}
ul.tabs a.mac:active, ul.tabs a.android:active, ul.tabs a.win:active, ul.tabs a.l:active, ul.tabs a.xl:active {outline: none;}
ul.tabs a.mac {background:url(../../source/images/macver_icons.png) no-repeat 0 -169px;height:45px; width:180px; font-size:16px; color:#4a4849;border: solid 1px #e0e0e0; border-radius: 7px 7px 0 0}
ul.tabs a.mac:hover {background:url(../../source/images/macver_icons.png) no-repeat 0 -86px;height:45px; }
ul.tabs a.mac.current {background:url(../../source/images/macver_icons.png) no-repeat 0 -2px;height:45px; border:1px solid #d5d5d5;}

.mac_panel{ display:none;}
.release_body{ width:100%; float:left;}
.panes,.mac_panel{background-color: #e7edef;border: 1px solid #bec4c5; float: left; width: 100%; border-top:0px; margin:0px; padding:0px;}
.panes,.windows_panel{background-color:#e7edef;border: 1px solid #bec4c5; float: left; width: 100%; border-top:0px; margin:0px; padding:0px;}
@media only screen and (max-width:480px){
ul.tabs a.mac, ul.tabs a.android, ul.tabs a.win{width:150px;}
.release_note .rn_lft{width:100%;padding-left:20px;}
.release_note .rn_rgt{margin:50px 20px;}
}