.m1-root{
  -webkit-user-select: none;
  left: 0px;
  position: absolute;
  top: 0px;
}

.m1-top-root{
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
}

.m1-list{
  -webkit-padding-start: 0px;
  color: black;
  font: bold 17px "Helvetica Neue", Helvetica;
  margin: 0px 0px 0px 0px;
}

.m1-loading-spinner{
  float: left;
  padding: 3px 3px 3px 3px;
}

.m1-loading-text{
  display: block;
  float: left;
  max-width: 250px;
  min-height: 15px;
  padding: 10px 0px 10px 5px;
  text-align: left;
}

.m1-loading{
  display: none;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 150px;
  vertical-align: middle;
  width: 100%;
  z-index: 99;
}

.m1-button{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background-color: rgba(0,0,0,0);
  color: white;
  cursor: pointer;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.m1-map{
  background-color: rgb(255,255,255);
  white-space: normal;
}

.m1-iscroll-wrapper{
  overflow: hidden;
}

.m1-root .m1-aux-hidden-div{
  display: block;
  height: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 0px;
}


  .m1-root .m1-combobox,.m1-root .m1-toolbar,.m1-root .m1-iscroll-wrapper,.m1-root .m1-map-container,.m1-root .m1-loading-text,.m1-root .m1-toggle,.m1-root .m1-button,.m1-root .m1-hyperlink,.m1-root .m1-custom-html,.m1-root .m1-video,.m1-root .m1-multipanel,.m1-root .m1-iscroll-scroller,.m1-root .m1-element,.m1-root .m1-text,.m1-root .m1-tabbar-button,.m1-root .m1-audio,.m1-root .m1-radiobutton,.m1-root .m1-loading,.m1-root .m1-multipanel-page,.m1-root .m1-tabbar,.m1-root .m1-placeholder,.m1-root .m1-hyperlink-container,.m1-root .m1-select-list-menu,.m1-root .m1-image,.m1-root .m1-homescreen-prompt,.m1-root .m1-list,.m1-root .m1-list-footer,.m1-root .m1-play-button,.m1-root .m1-video-container,.m1-root .m1-loading-spinner,.m1-root .m1-textfield,.m1-root .m1-list-header,.m1-root .m1-textarea,.m1-root .m1-video-poster-shadow,.m1-root .m1-toolbar-icon,.m1-root .m1-checkbox,.m1-root .m1-video-poster,.m1-root .m1-tabbar-button-label,.m1-root .m1-selection-list,.m1-root .m1-hyperlink-internal,.m1-root .m1-toggle5,.m1-root .m1-navbar,.m1-root .m1-list > li,.m1-root .m1-list > li > div,.m1-root .m1-list > li > img,.m1-root .m1-list > li > label,.m1-root .m1-list > li > div > img,.m1-root .m1-toggle > div,.m1-root .m1-toggle5 > div,.m1-root .m1-button > span
  {
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: block;
  float: none;
  position: relative;
  white-space: nowrap;
}

.m1-root .m1-custom-html{
  line-height: normal;
  overflow: hidden;
  white-space: normal;
}

.m1-root .m1-multipanel-page{
  display: none;
  position: absolute;
}

.m1-root .m1-selected.m1-multipanel-page{
  display: block;
}

.m1-root :focus{
  outline: none;
}

.m1-root textarea.m1-textarea{
  white-space: normal;
}

.m1-root textarea.m1-textarea.m1-placeholder{
  color: rgb(153,153,153);
}

.m1-list > li{
  -webkit-padding-start: 0px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background-color: rgb(255,255,255);
  background-image: 
    -webkit-gradient(linear, 0.0% 0.0%, 0.0% 100.0%, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #A8A9AC;
  border-bottom-width: 0px;
  color: #666;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}

.m1-list > li .m1-textfield{
  background-image: 
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==);
}

.m1-list > li.m1-clicked.m1-highlight{
  background-color: rgb(2,91,230);
  border-color: transparent;
  border-width: 0px;
  padding: 1px 1px 0px 1px;
}

.m1-list > li.m1-select-list-menu > div{
  color: rgb(56, 84, 135);
  font-family: Helvetica;
  font-size: 17px;
  font-style: normal;
  font-weight: lighter;
  height: 100%;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  text-align: right;
  text-decoration: none;
  width: 100%;
}

.m1-list > li.m1-select-list-menu > label{
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.m1-list > li.m1-select-list-menu.m1-clicked.m1-highlight > div{
  color: rgb(255,255,255);
}

.m1-list > li.m1-select-list-menu.m1-clicked.m1-highlight > label{
  color: rgb(255,255,255);
}

.m1-list > li.m1-selected > label{
  color: #324F85;
}

.m1-list > li.m1-unclicked.m1-highlight{
  -webkit-transition: background-color 0.15s ease-in-out;
  background-color: rgb(255,255,255);
  border-color: transparent;
  border-width: 0px;
  padding: 1px 1px 0px 1px;
}

.m1-plain-list.m1-list > li{
  border-left-width: 0px;
  border-right-width: 0px;
}

.m1-plain-list.m1-list > li.m1-last{
  border-bottom-width: 1px;
}

.m1-plain-list.m1-list > li.m1-list-footer{
  background-image: 
    -webkit-gradient(linear, 0.0% 0.0%, 0.0% 100.0%, from(rgb(139,159,171)), to(rgb(181,193,201)));
  padding: 0 0 0 5px;
}

.m1-plain-list.m1-list > li.m1-list-header{
  background-image: 
    -webkit-gradient(linear, 0.0% 0.0%, 0.0% 100.0%, from(rgb(139,159,171)), to(rgb(181,193,201)));
  padding: 0 0 0 5px;
}

.m1-plain-list.m1-list > li.m1-select-list-menu{
  -webkit-background-size: 13px 12px, 100% 100%;
}

.m1-rounded-list.m1-list > li.m1-first{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

.m1-rounded-list.m1-list > li.m1-last{
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-width: 1px;
}

.m1-rounded-list.m1-list > li.m1-list-footer{
  background-color: rgba(0,0,0,0);
  background-image: none;
  border-color: transparent;
  text-align: center;
}

.m1-rounded-list.m1-list > li.m1-list-header{
  background-color: rgba(0,0,0,0);
  background-image: none;
  border-color: transparent;
}

.m1-rounded-list.m1-list > li.m1-select-list-menu{
  -webkit-background-size: 18px 12px, 100% 100%;
}

li > .m1-list .m1-text{
  -webkit-box-sizing: border-box;
}

.m1-loading > div{
  -webkit-border-radius: 8px;
  -webkit-box-sizing: border-box;
  background: rgba(0,0,0,.7);
  color: rgba(255,255,255,.8);
  display: table;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  text-align: left;
  width: auto;
}

.m1-background-1{
  background-color: rgb(255,255,255);
  background-image: none;
}

.m1-border-1{
  -webkit-border-radius: 0px;
}

.m1-background-2{
  background-color: rgba(0,0,0,0);
  background-image: none;
}

.m1-background-3{
  background-color: rgba(0,0,0,0.78);
  background-image: none;
}

.m1-font-1{
  color: rgb(255,255,128);
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-font-2{
  color: rgb(255,255,255);
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-font-3{
  color: rgb(255,255,128);
  font-family: Trebuchet MS;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-font-4{
  color: rgb(255,255,255);
  font-family: Trebuchet MS;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-font-5{
  color: rgb(21,255,255);
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-font-6{
  color: rgb(255,255,0);
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-list.m1-plain-list > li.m1-background-4{
  background-color: rgba(255,255,255,0);
  background-image: none;
}


  .m1-list.m1-plain-list > li.m1-clicked.m1-highlight.m1-background-5,.m1-list.m1-plain-list > li.m1-unclicked.m1-highlight.m1-background-6
  {
  background-color: rgba(0,0,0,0);
  background-image: 
    -webkit-gradient(linear, 50.0% 0.0%, 50.0% 100.0%, from(rgb(79,141,237)), to(rgb(2,91,230)));
}

.m1-font-7{
  color: rgb(255,255,0);
  font-family: Trebuchet MS;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.m1-list.m1-plain-list > li.m1-background-7{
  background-color: rgba(255,255,255,0.2);
  background-image: none;
}


  .m1-list.m1-plain-list > li.m1-clicked.m1-highlight.m1-background-8,.m1-list.m1-plain-list > li.m1-unclicked.m1-highlight.m1-background-9
  {
  background-color: rgba(0,0,0,0);
  background-image: 
    -webkit-gradient(linear, 50.0% 0.0%, 50.0% 100.0%, from(rgba(0,0,0,0.2)), to(rgba(0,0,0,0.78)));
}

.m1-font-8{
  color: rgb(128,255,255);
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-font-9{
  color: rgb(255,255,255);
  font-family: Trebuchet MS;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.m1-background-10{
  background-color: rgba(0,0,0,0.39);
  background-image: none;
}

.m1-font-10{
  color: rgb(255,255,0);
  font-family: Helvetica;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.m1-list.m1-plain-list > li.m1-background-11{
  background-color: rgba(0,0,0,0.49);
  background-image: none;
}

.m1-font-11{
  color: rgb(255,255,128);
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.m1-font-12{
  color: rgb(255,255,255);
  font-family: Trebuchet MS;
  font-size: 15px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-font-13{
  color: rgb(255,255,128);
  font-family: Arial;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-font-14{
  color: rgb(255,255,255);
  font-family: Arial;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-shadow-1{
  text-shadow: rgb(64,64,64) 0px -1px 1px;
}

.m1-font-15{
  color: rgb(255,0,0);
  font-family: Arial;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-border-2{
  -webkit-border-radius: 0px;
  border-color: rgb(170,170,170);
  border-style: solid;
}

.m1-background-12{
  background-color: rgba(0,0,0,0);
  background-image: none;
}

.m1-button.m1-font-16{
  color: rgb(255,255,0);
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.m1-clicked.m1-button.m1-background-13{
  background-color: rgb(0,0,0);
  background-image: none;
}

.m1-clicked.m1-button.m1-active-color-2,.m1-list > li.m1-clicked.m1-highlight div.m1-active-color-1{
  color: rgb(255,255,255);
}

body{
  margin: 0px 0px 0px 0px;
  overflow: visible;
}

#m1-MRmob02-competitors{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 30px;
  left: 255px;
  line-height: 30px;
  text-align: center;
  top: -2220px;
  width: 60px;
}

#m1-MRmob02-finals{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 30px;
  left: 105px;
  line-height: 30px;
  text-align: center;
  top: -2190px;
  width: 50px;
}

#m1-MRmob02-scoreboard{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 30px;
  left: 165px;
  line-height: 30px;
  text-align: center;
  top: -2160px;
  width: 80px;
}

#m1-MRmob02-roundRobin{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 30px;
  left: 6px;
  line-height: 30px;
  text-align: center;
  top: -2130px;
  width: 90px;
}

#m1-MRmob02-image9{
  height: 40px;
  left: 8px;
  line-height: 40px;
  top: -380px;
  width: 90px;
}

#m1-MRmob02-posto100{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 296px;
  line-height: 17px;
  text-align: center;
  top: -392px;
  width: 15px;
}

#m1-MRmob02-posto95{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 281px;
  line-height: 17px;
  text-align: center;
  top: -375px;
  width: 15px;
}

#m1-MRmob02-posto90{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 266px;
  line-height: 17px;
  text-align: center;
  top: -358px;
  width: 15px;
}

#m1-MRmob02-posto85{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 251px;
  line-height: 17px;
  text-align: center;
  top: -341px;
  width: 15px;
}

#m1-MRmob02-posto80{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 236px;
  line-height: 17px;
  text-align: center;
  top: -324px;
  width: 15px;
}

#m1-MRmob02-posto75{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 221px;
  line-height: 17px;
  text-align: center;
  top: -307px;
  width: 15px;
}

#m1-MRmob02-posto70{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 206px;
  line-height: 17px;
  text-align: center;
  top: -290px;
  width: 15px;
}

#m1-MRmob02-posto65{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 191px;
  line-height: 17px;
  text-align: center;
  top: -273px;
  width: 15px;
}

#m1-MRmob02-posto60{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 176px;
  line-height: 17px;
  text-align: center;
  top: -256px;
  width: 15px;
}

#m1-MRmob02-posto55{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 161px;
  line-height: 17px;
  text-align: center;
  top: -239px;
  width: 15px;
}

#m1-MRmob02-posto50{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 146px;
  line-height: 17px;
  text-align: center;
  top: -222px;
  width: 15px;
}

#m1-MRmob02-posto45{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 131px;
  line-height: 17px;
  text-align: center;
  top: -205px;
  width: 15px;
}

#m1-MRmob02-posto40{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 116px;
  line-height: 17px;
  text-align: center;
  top: -188px;
  width: 15px;
}

#m1-MRmob02-posto35{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 101px;
  line-height: 17px;
  text-align: center;
  top: -171px;
  width: 15px;
}

#m1-MRmob02-posto30{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 86px;
  line-height: 17px;
  text-align: center;
  top: -154px;
  width: 15px;
}

#m1-MRmob02-posto25{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 71px;
  line-height: 17px;
  text-align: center;
  top: -137px;
  width: 15px;
}

#m1-MRmob02-posto20{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 56px;
  line-height: 17px;
  text-align: center;
  top: -120px;
  width: 15px;
}

#m1-MRmob02-posto15{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 41px;
  line-height: 17px;
  text-align: center;
  top: -103px;
  width: 15px;
}

#m1-MRmob02-posto10{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 26px;
  line-height: 17px;
  text-align: center;
  top: -86px;
  width: 15px;
}

#m1-MRmob02-posto5{
  -webkit-border-radius: 0px;
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 17px;
  left: 11px;
  line-height: 17px;
  text-align: center;
  top: -69px;
  width: 15px;
}

#m1-MRmob02-posto0{
  -webkit-border-radius: 0px;
  border-color: rgb(255,255,128);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  height: 21px;
  left: 8px;
  line-height: 19px;
  text-align: center;
  top: -50px;
  width: 304px;
}

#m1-MRmob02-Player_AA_ZDown1{
  height: 30px;
  left: 59px;
  line-height: 30px;
  top: -198px;
  width: 40px;
}

#m1-MRmob02-Player_AA_Up1{
  height: 30px;
  left: 60px;
  line-height: 30px;
  top: -198px;
  width: 40px;
}

#m1-MRmob02-Player_CStopPause1{
  height: 50px;
  left: 13px;
  line-height: 50px;
  top: -142px;
  width: 50px;
}

#m1-MRmob02-Player_Forward1{
  height: 50px;
  left: 13px;
  line-height: 50px;
  top: -91px;
  width: 50px;
}

#m1-MRmob02-plybs{
  height: 14px;
  left: 177px;
  line-height: 14px;
  text-align: center;
  top: -76px;
  width: 44px;
}

#m1-MRmob02-plybs0{
  height: 28px;
  left: 80px;
  line-height: 14px;
  text-align: right;
  top: -48px;
  width: 97px;
}

#m1-MRmob02-Tlocal{
  height: 14px;
  left: 161px;
  line-height: 14px;
  text-align: center;
  top: 1px;
  width: 60px;
}

#m1-MRmob02-Tjedrenje{
  height: 14px;
  left: 161px;
  line-height: 14px;
  text-align: center;
  top: 2px;
  width: 60px;
}

#m1-MRmob02-lokalnoV{
  height: 14px;
  left: 100px;
  line-height: 14px;
  text-align: right;
  top: 29px;
  width: 60px;
}

#m1-MRmob02-jedrenje{
  height: 14px;
  left: 100px;
  line-height: 14px;
  text-align: right;
  top: 30px;
  width: 60px;
}

#m1-MRmob02-komande{
  height: 60px;
  left: 88px;
  line-height: 60px;
  top: 31px;
  width: 221px;
}

#m1-MRmob02-replay{
  border-width: 1px 1px 1px 1px;
  height: 96px;
  left: 0px;
  line-height: 94px;
  top: -1588px;
  width: 318px;
}

#m1-MRmob02-gr7e{
  height: 14px;
  left: 240px;
  line-height: 14px;
  text-align: center;
  top: -965px;
  width: 20px;
}

#m1-MRmob02-gr7d{
  height: 14px;
  left: 203px;
  line-height: 14px;
  text-align: center;
  top: -951px;
  width: 20px;
}

#m1-MRmob02-gr7c{
  height: 14px;
  left: 178px;
  line-height: 14px;
  text-align: center;
  top: -937px;
  width: 20px;
}

#m1-MRmob02-gr7b{
  height: 14px;
  left: 153px;
  line-height: 14px;
  text-align: center;
  top: -923px;
  width: 20px;
}

#m1-MRmob02-gr7a{
  height: 14px;
  left: 128px;
  line-height: 14px;
  text-align: center;
  top: -909px;
  width: 20px;
}

#m1-MRmob02-gr6e{
  height: 14px;
  left: 240px;
  line-height: 14px;
  text-align: center;
  top: -915px;
  width: 20px;
}

#m1-MRmob02-gr6d{
  height: 14px;
  left: 203px;
  line-height: 14px;
  text-align: center;
  top: -901px;
  width: 20px;
}

#m1-MRmob02-gr6c{
  height: 14px;
  left: 178px;
  line-height: 14px;
  text-align: center;
  top: -887px;
  width: 20px;
}

#m1-MRmob02-gr6b{
  height: 14px;
  left: 153px;
  line-height: 14px;
  text-align: center;
  top: -873px;
  width: 20px;
}

#m1-MRmob02-gr6a{
  height: 14px;
  left: 128px;
  line-height: 14px;
  text-align: center;
  top: -859px;
  width: 20px;
}

#m1-MRmob02-gr5e{
  height: 14px;
  left: 240px;
  line-height: 14px;
  text-align: center;
  top: -865px;
  width: 20px;
}

#m1-MRmob02-gr5d{
  height: 14px;
  left: 203px;
  line-height: 14px;
  text-align: center;
  top: -851px;
  width: 20px;
}

#m1-MRmob02-gr5c{
  height: 14px;
  left: 178px;
  line-height: 14px;
  text-align: center;
  top: -837px;
  width: 20px;
}

#m1-MRmob02-gr5b{
  height: 14px;
  left: 153px;
  line-height: 14px;
  text-align: center;
  top: -823px;
  width: 20px;
}

#m1-MRmob02-gr5a{
  height: 14px;
  left: 128px;
  line-height: 14px;
  text-align: center;
  top: -809px;
  width: 20px;
}

#m1-MRmob02-gr4e{
  height: 14px;
  left: 240px;
  line-height: 14px;
  text-align: center;
  top: -815px;
  width: 20px;
}

#m1-MRmob02-gr4d{
  height: 14px;
  left: 203px;
  line-height: 14px;
  text-align: center;
  top: -801px;
  width: 20px;
}

#m1-MRmob02-gr4c{
  height: 14px;
  left: 178px;
  line-height: 14px;
  text-align: center;
  top: -787px;
  width: 20px;
}

#m1-MRmob02-gr4b{
  height: 14px;
  left: 153px;
  line-height: 14px;
  text-align: center;
  top: -773px;
  width: 20px;
}

#m1-MRmob02-gr4a{
  height: 14px;
  left: 128px;
  line-height: 14px;
  text-align: center;
  top: -759px;
  width: 20px;
}

#m1-MRmob02-gr3e{
  height: 14px;
  left: 240px;
  line-height: 14px;
  text-align: center;
  top: -765px;
  width: 20px;
}

#m1-MRmob02-gr3d{
  height: 14px;
  left: 203px;
  line-height: 14px;
  text-align: center;
  top: -751px;
  width: 20px;
}

#m1-MRmob02-gr3c{
  height: 14px;
  left: 178px;
  line-height: 14px;
  text-align: center;
  top: -737px;
  width: 20px;
}

#m1-MRmob02-gr3b{
  height: 14px;
  left: 153px;
  line-height: 14px;
  text-align: center;
  top: -723px;
  width: 20px;
}

#m1-MRmob02-gr3a{
  height: 14px;
  left: 127px;
  line-height: 14px;
  text-align: center;
  top: -709px;
  width: 20px;
}

#m1-MRmob02-gr2e{
  height: 14px;
  left: 240px;
  line-height: 14px;
  text-align: center;
  top: -715px;
  width: 20px;
}

#m1-MRmob02-gr2d{
  height: 14px;
  left: 203px;
  line-height: 14px;
  text-align: center;
  top: -701px;
  width: 20px;
}

#m1-MRmob02-gr2c{
  height: 14px;
  left: 178px;
  line-height: 14px;
  text-align: center;
  top: -687px;
  width: 20px;
}

#m1-MRmob02-gr2b{
  height: 14px;
  left: 153px;
  line-height: 14px;
  text-align: center;
  top: -673px;
  width: 20px;
}

#m1-MRmob02-gr2a{
  height: 14px;
  left: 128px;
  line-height: 14px;
  text-align: center;
  top: -659px;
  width: 20px;
}

#m1-MRmob02-gr1e{
  height: 14px;
  left: 240px;
  line-height: 14px;
  text-align: center;
  top: -665px;
  width: 20px;
}

#m1-MRmob02-gr1d{
  height: 14px;
  left: 203px;
  line-height: 14px;
  text-align: center;
  top: -651px;
  width: 20px;
}

#m1-MRmob02-gr1c{
  height: 14px;
  left: 178px;
  line-height: 14px;
  text-align: center;
  top: -637px;
  width: 20px;
}

#m1-MRmob02-gr1b{
  height: 14px;
  left: 153px;
  line-height: 14px;
  text-align: center;
  top: -623px;
  width: 20px;
}

#m1-MRmob02-gr1a{
  height: 14px;
  left: 128px;
  line-height: 14px;
  text-align: center;
  top: -609px;
  width: 20px;
}

#m1-MRmob02-rre{
  height: 14px;
  left: 215px;
  line-height: 14px;
  text-align: left;
  top: -650px;
  width: 76px;
  transform: rotate(270deg);
}

#m1-MRmob02-rrd{
  height: 14px;
  left: 178px;
  line-height: 14px;
  text-align: left;
  top: -636px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-rrc{
  height: 14px;
  left: 153px;
  line-height: 14px;
  text-align: left;
  top: -622px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-rrb{
  height: 14px;
  left: 128px;
  line-height: 14px;
  text-align: left;
  top: -608px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-rra{
  height: 14px;
  left: 103px;
  line-height: 14px;
  text-align: left;
  top: -594px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-skipp7c{
  height: 14px;
  left: 8px;
  line-height: 14px;
  text-align: right;
  top: -405px;
  width: 100px;
}

#m1-MRmob02-skipp6c{
  height: 14px;
  left: 8px;
  line-height: 14px;
  text-align: right;
  top: -411px;
  width: 100px;
}

#m1-MRmob02-skipp5c{
  height: 14px;
  left: 8px;
  line-height: 14px;
  text-align: right;
  top: -417px;
  width: 100px;
}

#m1-MRmob02-skipp4c{
  height: 14px;
  left: 8px;
  line-height: 14px;
  text-align: right;
  top: -423px;
  width: 100px;
}

#m1-MRmob02-skipp3c{
  height: 14px;
  left: 8px;
  line-height: 14px;
  text-align: right;
  top: -429px;
  width: 100px;
}

#m1-MRmob02-skipp2c{
  height: 14px;
  left: 8px;
  line-height: 14px;
  text-align: right;
  top: -435px;
  width: 100px;
}

#m1-MRmob02-skipp1c{
  height: 14px;
  left: 8px;
  line-height: 14px;
  text-align: right;
  top: -441px;
  width: 100px;
}

#m1-MRmob02-rr76{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -565px;
  width: 20px;
}

#m1-MRmob02-rr75{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -551px;
  width: 20px;
}

#m1-MRmob02-rr74{
  height: 14px;
  left: 155px;
  line-height: 14px;
  text-align: center;
  top: -537px;
  width: 20px;
}

#m1-MRmob02-rr73{
  height: 14px;
  left: 135px;
  line-height: 14px;
  text-align: center;
  top: -523px;
  width: 20px;
}

#m1-MRmob02-rr72{
  height: 14px;
  left: 115px;
  line-height: 14px;
  text-align: center;
  top: -509px;
  width: 20px;
}

#m1-MRmob02-rr71{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -495px;
  width: 20px;
}

#m1-MRmob02-rr67{
  height: 14px;
  left: 215px;
  line-height: 14px;
  text-align: center;
  top: -501px;
  width: 20px;
}

#m1-MRmob02-rr65{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -487px;
  width: 20px;
}

#m1-MRmob02-rr64{
  height: 14px;
  left: 155px;
  line-height: 14px;
  text-align: center;
  top: -473px;
  width: 20px;
}

#m1-MRmob02-rr63{
  height: 14px;
  left: 135px;
  line-height: 14px;
  text-align: center;
  top: -459px;
  width: 20px;
}

#m1-MRmob02-rr62{
  height: 14px;
  left: 115px;
  line-height: 14px;
  text-align: center;
  top: -445px;
  width: 20px;
}

#m1-MRmob02-rr61{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -431px;
  width: 20px;
}

#m1-MRmob02-rr57{
  height: 14px;
  left: 215px;
  line-height: 14px;
  text-align: center;
  top: -437px;
  width: 20px;
}

#m1-MRmob02-rr56{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -423px;
  width: 20px;
}

#m1-MRmob02-rr54{
  height: 14px;
  left: 155px;
  line-height: 14px;
  text-align: center;
  top: -409px;
  width: 20px;
}

#m1-MRmob02-rr53{
  height: 14px;
  left: 135px;
  line-height: 14px;
  text-align: center;
  top: -395px;
  width: 20px;
}

#m1-MRmob02-rr52{
  height: 14px;
  left: 115px;
  line-height: 14px;
  text-align: center;
  top: -381px;
  width: 20px;
}

#m1-MRmob02-rr51{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -367px;
  width: 20px;
}

#m1-MRmob02-rr47{
  height: 14px;
  left: 215px;
  line-height: 14px;
  text-align: center;
  top: -373px;
  width: 20px;
}

#m1-MRmob02-rr46{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -359px;
  width: 20px;
}

#m1-MRmob02-rr45{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -345px;
  width: 20px;
}

#m1-MRmob02-rr43{
  height: 14px;
  left: 135px;
  line-height: 14px;
  text-align: center;
  top: -331px;
  width: 20px;
}

#m1-MRmob02-rr42{
  height: 14px;
  left: 115px;
  line-height: 14px;
  text-align: center;
  top: -317px;
  width: 20px;
}

#m1-MRmob02-rr41{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -303px;
  width: 20px;
}

#m1-MRmob02-rr37{
  height: 14px;
  left: 215px;
  line-height: 14px;
  text-align: center;
  top: -309px;
  width: 20px;
}

#m1-MRmob02-rr36{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -295px;
  width: 20px;
}

#m1-MRmob02-rr35{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -281px;
  width: 20px;
}

#m1-MRmob02-rr34{
  height: 14px;
  left: 155px;
  line-height: 14px;
  text-align: center;
  top: -267px;
  width: 20px;
}

#m1-MRmob02-rr32{
  height: 14px;
  left: 115px;
  line-height: 14px;
  text-align: center;
  top: -253px;
  width: 20px;
}

#m1-MRmob02-rr31{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -239px;
  width: 20px;
}

#m1-MRmob02-rr27{
  height: 14px;
  left: 215px;
  line-height: 14px;
  text-align: center;
  top: -245px;
  width: 20px;
}

#m1-MRmob02-rr26{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -231px;
  width: 20px;
}

#m1-MRmob02-rr25{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -217px;
  width: 20px;
}

#m1-MRmob02-rr24{
  height: 14px;
  left: 155px;
  line-height: 14px;
  text-align: center;
  top: -203px;
  width: 20px;
}

#m1-MRmob02-rr23{
  height: 14px;
  left: 135px;
  line-height: 14px;
  text-align: center;
  top: -189px;
  width: 20px;
}

#m1-MRmob02-rr21{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -175px;
  width: 20px;
}

#m1-MRmob02-rr17{
  height: 14px;
  left: 215px;
  line-height: 14px;
  text-align: center;
  top: -181px;
  width: 20px;
}

#m1-MRmob02-rr16{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -167px;
  width: 20px;
}

#m1-MRmob02-rr15{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -153px;
  width: 20px;
}

#m1-MRmob02-rr14{
  height: 14px;
  left: 155px;
  line-height: 14px;
  text-align: center;
  top: -139px;
  width: 20px;
}

#m1-MRmob02-rr13{
  height: 14px;
  left: 135px;
  line-height: 14px;
  text-align: center;
  top: -125px;
  width: 20px;
}

#m1-MRmob02-rr12{
  height: 14px;
  left: 115px;
  line-height: 14px;
  text-align: center;
  top: -111px;
  width: 20px;
}

#m1-MRmob02-skipp7b{
  height: 14px;
  left: 190px;
  line-height: 14px;
  text-align: left;
  top: -147px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-skipp6b{
  height: 14px;
  left: 170px;
  line-height: 14px;
  text-align: left;
  top: -133px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-skipp5b{
  height: 14px;
  left: 150px;
  line-height: 14px;
  text-align: left;
  top: -119px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-skipp4b{
  height: 14px;
  left: 130px;
  line-height: 14px;
  text-align: left;
  top: -105px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-skipp3b{
  height: 14px;
  left: 110px;
  line-height: 14px;
  text-align: left;
  top: -91px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-skipp2b{
  height: 14px;
  left: 90px;
  line-height: 14px;
  text-align: left;
  top: -77px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-skipp1b{
  height: 14px;
  left: 70px;
  line-height: 14px;
  text-align: left;
  top: -63px;
  width: 70px;
  transform: rotate(270deg);
}

#m1-MRmob02-skipp7a{
  height: 14px;
  left: 6px;
  line-height: 14px;
  text-align: right;
  top: 121px;
  width: 70px;
}

#m1-MRmob02-skipp6a{
  height: 14px;
  left: 6px;
  line-height: 14px;
  text-align: right;
  top: 115px;
  width: 70px;
}

#m1-MRmob02-skipp5a{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 109px;
  width: 70px;
}

#m1-MRmob02-skipp4a{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 103px;
  width: 70px;
}

#m1-MRmob02-skipp3a{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 97px;
  width: 70px;
}

#m1-MRmob02-skipp2a{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 91px;
  width: 70px;
}

#m1-MRmob02-skipp1a{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 85px;
  width: 70px;
}

#m1-MRmob02-rez3{
  height: 490px;
  left: 0px;
  line-height: 490px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-grroupc{
  height: 20px;
  left: 50px;
  line-height: 20px;
  text-align: left;
  top: 10px;
  width: 93px;
}

#m1-MRmob02-groupc{
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-list3{
  height: 530px;
  left: 0px;
  line-height: 530px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-ploca3-scroller{
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 530px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-ploca3{
  height: 360px;
  left: 0px;
  line-height: 360px;
  top: -1590px;
  width: 320px;
}

#m1-MRmob02-54{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-53{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-52{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell74{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu74{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y74{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b74{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par74{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-51{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-50{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-49{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell73{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu73{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y73{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b73{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par73{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-for1place3{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 78px;
}

#m1-MRmob02-for1place6{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-48{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-47{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-46{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell72{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu72{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y72{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b72{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par72{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-45{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-44{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-43{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell71{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu71{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y71{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b71{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par71{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-for1place2{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 78px;
}

#m1-MRmob02-for1place5{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-42{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-41{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-40{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell70{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu70{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y70{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b70{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par70{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-39{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-38{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-37{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell69{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu69{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y69{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b69{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par69{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-for1place{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 78px;
}

#m1-MRmob02-for1place4{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-36{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-35{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-34{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell68{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu68{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y68{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b68{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par68{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-33{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-32{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-31{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell67{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu67{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y67{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b67{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par67{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-30{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-29{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-28{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell66{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu66{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y66{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b66{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par66{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-king2{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 141px;
}

#m1-MRmob02-king4{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-27{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-26{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-25{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell65{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu65{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y65{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b65{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par65{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-24{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-23{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-22{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell64{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu64{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y64{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b64{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par64{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-21{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-20{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-19{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell63{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu63{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y63{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b63{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par63{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-king{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 141px;
}

#m1-MRmob02-king3{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-18{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-17{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-16{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell62{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu62{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y62{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b62{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par62{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-15{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-14{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-13{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell61{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu61{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y61{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b61{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par61{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-semifinals3{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 101px;
}

#m1-MRmob02-semifinals6{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-12{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-11{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-10{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell60{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu60{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y60{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b60{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par60{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-9{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-8{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-7{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell59{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu59{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y59{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b59{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par59{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-semifinals2{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 101px;
}

#m1-MRmob02-semifinals5{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-6{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-5{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-4{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell58{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu58{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y58{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b58{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par58{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-3{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-2{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell57{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu57{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y57{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b57{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par57{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-semifinals{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 101px;
}

#m1-MRmob02-semifinals4{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-list2{
  height: 952px;
  left: 0px;
  line-height: 952px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-ploca2-scroller{
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 955px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-ploca2{
  height: 362px;
  left: 0px;
  line-height: 362px;
  top: -1228px;
  width: 320px;
}

#m1-MRmob02-image7c{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -267px;
  width: 80px;
}

#m1-MRmob02-image7b{
  height: 90px;
  left: 120px;
  line-height: 90px;
  top: -177px;
  width: 80px;
}

#m1-MRmob02-image7a{
  height: 90px;
  left: 20px;
  line-height: 90px;
  top: -87px;
  width: 80px;
}

#m1-MRmob02-ccrew7c{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -108px;
  width: 120px;
}

#m1-MRmob02-ccrew7b{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 120px;
}

#m1-MRmob02-ccrew7a{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -120px;
  width: 120px;
}

#m1-MRmob02-title28{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 100px;
}

#m1-MRmob02-title27{
  height: 15px;
  left: 5px;
  line-height: 15px;
  text-align: right;
  top: -60px;
  width: 110px;
}

#m1-MRmob02-title26{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -70px;
  width: 75px;
}

#m1-MRmob02-iisaf7{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -98px;
  width: 64px;
}

#m1-MRmob02-isaf7{
  height: 18px;
  left: 33px;
  line-height: 15px;
  text-align: right;
  top: -76px;
  width: 82px;
}

#m1-MRmob02-agge7{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -83px;
  width: 64px;
}

#m1-MRmob02-age7{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -64px;
  width: 75px;
}

#m1-MRmob02-image7{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -14px;
  width: 80px;
}

#m1-MRmob02-skip7{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: 6px;
  width: 120px;
}

#m1-MRmob02-title25{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 25px;
  width: 50px;
}

#m1-MRmob02-teamm7{
  height: 320px;
  left: 0px;
  line-height: 320px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-team7{
  height: 20px;
  left: 10px;
  line-height: 20px;
  text-align: left;
  top: 10px;
  width: 86px;
}

#m1-MRmob02-team72{
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-image6c{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -267px;
  width: 80px;
}

#m1-MRmob02-image6b{
  height: 90px;
  left: 120px;
  line-height: 90px;
  top: -177px;
  width: 80px;
}

#m1-MRmob02-image6a{
  height: 90px;
  left: 20px;
  line-height: 90px;
  top: -87px;
  width: 80px;
}

#m1-MRmob02-ccrew6c{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -108px;
  width: 120px;
}

#m1-MRmob02-ccrew6b{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 120px;
}

#m1-MRmob02-ccrew6a{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -120px;
  width: 120px;
}

#m1-MRmob02-title24{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 100px;
}

#m1-MRmob02-title23{
  height: 15px;
  left: 5px;
  line-height: 15px;
  text-align: right;
  top: -60px;
  width: 110px;
}

#m1-MRmob02-title22{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -70px;
  width: 75px;
}

#m1-MRmob02-iisaf6{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -98px;
  width: 64px;
}

#m1-MRmob02-isaf6{
  height: 18px;
  left: 33px;
  line-height: 15px;
  text-align: right;
  top: -76px;
  width: 82px;
}

#m1-MRmob02-agge6{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -83px;
  width: 64px;
}

#m1-MRmob02-age6{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -64px;
  width: 75px;
}

#m1-MRmob02-image6{
  height: 90px;
  left: 210px;
  line-height: 90px;
  top: -14px;
  width: 80px;
}

#m1-MRmob02-skip6{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: 6px;
  width: 120px;
}

#m1-MRmob02-title21{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 25px;
  width: 50px;
}

#m1-MRmob02-teamm6{
  height: 320px;
  left: 0px;
  line-height: 320px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-team6{
  height: 20px;
  left: 10px;
  line-height: 20px;
  text-align: left;
  top: 10px;
  width: 86px;
}

#m1-MRmob02-team62{
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-image5c{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -267px;
  width: 80px;
}

#m1-MRmob02-image5b{
  height: 90px;
  left: 120px;
  line-height: 90px;
  top: -177px;
  width: 80px;
}

#m1-MRmob02-image5a{
  height: 90px;
  left: 20px;
  line-height: 90px;
  top: -87px;
  width: 80px;
}

#m1-MRmob02-ccrew5c{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -108px;
  width: 120px;
}

#m1-MRmob02-ccrew5b{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 120px;
}

#m1-MRmob02-ccrew5a{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -120px;
  width: 120px;
}

#m1-MRmob02-title20{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 100px;
}

#m1-MRmob02-title19{
  height: 15px;
  left: 5px;
  line-height: 15px;
  text-align: right;
  top: -60px;
  width: 110px;
}

#m1-MRmob02-title18{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -70px;
  width: 75px;
}

#m1-MRmob02-iisaf5{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -98px;
  width: 64px;
}

#m1-MRmob02-isaf5{
  height: 18px;
  left: 33px;
  line-height: 15px;
  text-align: right;
  top: -76px;
  width: 82px;
}

#m1-MRmob02-agge5{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -83px;
  width: 64px;
}

#m1-MRmob02-age5{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -64px;
  width: 75px;
}

#m1-MRmob02-image5{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -14px;
  width: 80px;
}

#m1-MRmob02-skip5{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: 6px;
  width: 120px;
}

#m1-MRmob02-title17{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 25px;
  width: 50px;
}

#m1-MRmob02-teamm5{
  height: 320px;
  left: 0px;
  line-height: 320px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-team5{
  height: 20px;
  left: 10px;
  line-height: 20px;
  text-align: left;
  top: 10px;
  width: 86px;
}

#m1-MRmob02-team52{
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-image4c{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -267px;
  width: 80px;
}

#m1-MRmob02-image4b{
  height: 90px;
  left: 120px;
  line-height: 90px;
  top: -177px;
  width: 80px;
}

#m1-MRmob02-image4a{
  height: 90px;
  left: 20px;
  line-height: 90px;
  top: -87px;
  width: 80px;
}

#m1-MRmob02-ccrew4c{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -108px;
  width: 120px;
}

#m1-MRmob02-ccrew4b{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 120px;
}

#m1-MRmob02-ccrew4a{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -120px;
  width: 120px;
}

#m1-MRmob02-title16{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 100px;
}

#m1-MRmob02-title15{
  height: 15px;
  left: 5px;
  line-height: 15px;
  text-align: right;
  top: -60px;
  width: 110px;
}

#m1-MRmob02-title14{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -70px;
  width: 75px;
}

#m1-MRmob02-iisaf4{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -98px;
  width: 64px;
}

#m1-MRmob02-isaf4{
  height: 18px;
  left: 33px;
  line-height: 15px;
  text-align: right;
  top: -76px;
  width: 82px;
}

#m1-MRmob02-agge4{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -83px;
  width: 64px;
}

#m1-MRmob02-age4{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -64px;
  width: 75px;
}

#m1-MRmob02-image4{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -14px;
  width: 80px;
}

#m1-MRmob02-skip4{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: 6px;
  width: 120px;
}

#m1-MRmob02-title13{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 25px;
  width: 50px;
}

#m1-MRmob02-teamm4{
  height: 320px;
  left: 0px;
  line-height: 320px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-team4{
  height: 20px;
  left: 10px;
  line-height: 20px;
  text-align: left;
  top: 10px;
  width: 86px;
}

#m1-MRmob02-team42{
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-image3c{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -267px;
  width: 80px;
}

#m1-MRmob02-image3b{
  height: 90px;
  left: 120px;
  line-height: 90px;
  top: -177px;
  width: 80px;
}

#m1-MRmob02-image3a{
  height: 90px;
  left: 20px;
  line-height: 90px;
  top: -87px;
  width: 80px;
}

#m1-MRmob02-ccrew3c{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -108px;
  width: 120px;
}

#m1-MRmob02-ccrew3b{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 120px;
}

#m1-MRmob02-ccrew3a{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -120px;
  width: 120px;
}

#m1-MRmob02-title12{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 100px;
}

#m1-MRmob02-title11{
  height: 15px;
  left: 5px;
  line-height: 15px;
  text-align: right;
  top: -60px;
  width: 110px;
}

#m1-MRmob02-title10{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -70px;
  width: 75px;
}

#m1-MRmob02-iisaf3{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -98px;
  width: 64px;
}

#m1-MRmob02-isaf3{
  height: 18px;
  left: 33px;
  line-height: 15px;
  text-align: right;
  top: -76px;
  width: 82px;
}

#m1-MRmob02-agge3{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -83px;
  width: 64px;
}

#m1-MRmob02-age3{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -64px;
  width: 75px;
}

#m1-MRmob02-image3{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -14px;
  width: 80px;
}

#m1-MRmob02-skip3{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: 6px;
  width: 120px;
}

#m1-MRmob02-title9{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 25px;
  width: 50px;
}

#m1-MRmob02-teamm3{
  height: 320px;
  left: 0px;
  line-height: 320px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-team3{
  height: 20px;
  left: 10px;
  line-height: 20px;
  text-align: left;
  top: 10px;
  width: 86px;
}

#m1-MRmob02-team32{
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-image2c{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -267px;
  width: 80px;
}

#m1-MRmob02-image2b{
  height: 90px;
  left: 120px;
  line-height: 90px;
  top: -177px;
  width: 80px;
}

#m1-MRmob02-image2a{
  height: 90px;
  left: 20px;
  line-height: 90px;
  top: -87px;
  width: 80px;
}

#m1-MRmob02-ccrew2c{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -108px;
  width: 120px;
}

#m1-MRmob02-ccrew2b{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 120px;
}

#m1-MRmob02-ccrew2a{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -120px;
  width: 120px;
}

#m1-MRmob02-title8{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 100px;
}

#m1-MRmob02-title7{
  height: 15px;
  left: 5px;
  line-height: 15px;
  text-align: right;
  top: -60px;
  width: 110px;
}

#m1-MRmob02-title6{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -70px;
  width: 75px;
}

#m1-MRmob02-iisaf2{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -98px;
  width: 64px;
}

#m1-MRmob02-isaf2{
  height: 18px;
  left: 33px;
  line-height: 15px;
  text-align: right;
  top: -76px;
  width: 82px;
}

#m1-MRmob02-agge2{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -83px;
  width: 64px;
}

#m1-MRmob02-age2{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -64px;
  width: 75px;
}

#m1-MRmob02-image2{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -14px;
  width: 80px;
}

#m1-MRmob02-skip2{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: 6px;
  width: 120px;
}

#m1-MRmob02-title5{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 25px;
  width: 50px;
}

#m1-MRmob02-teamm2{
  height: 320px;
  left: 0px;
  line-height: 320px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-team2{
  height: 20px;
  left: 10px;
  line-height: 20px;
  text-align: left;
  top: 10px;
  width: 86px;
}

#m1-MRmob02-team22{
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-image1c{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -269px;
  width: 80px;
}

#m1-MRmob02-image1b{
  height: 90px;
  left: 120px;
  line-height: 90px;
  top: -179px;
  width: 80px;
}

#m1-MRmob02-image1a{
  height: 92px;
  left: 20px;
  line-height: 92px;
  top: -87px;
  width: 80px;
}

#m1-MRmob02-ccrew1c{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -108px;
  width: 120px;
}

#m1-MRmob02-ccrew1b{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 120px;
}

#m1-MRmob02-ccrew1a{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -120px;
  width: 120px;
}

#m1-MRmob02-title4{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 100px;
}

#m1-MRmob02-title3{
  height: 15px;
  left: 5px;
  line-height: 15px;
  text-align: right;
  top: -60px;
  width: 110px;
}

#m1-MRmob02-title2{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -70px;
  width: 75px;
}

#m1-MRmob02-iisaf1{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -98px;
  width: 64px;
}

#m1-MRmob02-isaf{
  height: 18px;
  left: 33px;
  line-height: 15px;
  text-align: right;
  top: -76px;
  width: 82px;
}

#m1-MRmob02-agge1{
  height: 19px;
  left: 123px;
  line-height: 19px;
  text-align: left;
  top: -83px;
  width: 64px;
}

#m1-MRmob02-age{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: right;
  top: -64px;
  width: 75px;
}

#m1-MRmob02-image1{
  height: 90px;
  left: 220px;
  line-height: 90px;
  top: -22px;
  width: 80px;
}

#m1-MRmob02-skip1{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: 6px;
  width: 120px;
}

#m1-MRmob02-title{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 25px;
  width: 50px;
}

#m1-MRmob02-teamm1{
  height: 320px;
  left: 0px;
  line-height: 320px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-team1{
  height: 20px;
  left: 10px;
  line-height: 20px;
  text-align: left;
  top: 10px;
  width: 86px;
}

#m1-MRmob02-team12{
  height: 40px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-list4{
  height: 2520px;
  left: 0px;
  line-height: 2520px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-ploca4-scroller{
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 2520px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-ploca4{
  height: 360px;
  left: 0px;
  line-height: 360px;
  top: -868px;
  width: 320px;
}

#m1-MRmob02-b21{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: -84px;
  width: 6px;
}

#m1-MRmob02-y21{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: -49px;
  width: 6px;
}

#m1-MRmob02-blu21{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -54px;
  width: 100px;
}

#m1-MRmob02-yell21{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -19px;
  width: 100px;
}

#m1-MRmob02-Blue21{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -24px;
  width: 28px;
}

#m1-MRmob02-Yellow21{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: 11px;
  width: 40px;
}

#m1-MRmob02-Match21{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: 15px;
  width: 48px;
}

#m1-MRmob02-par21{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight11{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: right;
  top: 3px;
  width: 51px;
}

#m1-MRmob02-flight22{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match20{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow20{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue20{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell20{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu20{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y20{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b20{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par20{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-b19{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: -84px;
  width: 6px;
}

#m1-MRmob02-y19{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: -49px;
  width: 6px;
}

#m1-MRmob02-blu19{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -54px;
  width: 100px;
}

#m1-MRmob02-yell19{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -19px;
  width: 100px;
}

#m1-MRmob02-Blue19{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -24px;
  width: 28px;
}

#m1-MRmob02-Yellow19{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: 11px;
  width: 40px;
}

#m1-MRmob02-Match19{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: 15px;
  width: 48px;
}

#m1-MRmob02-par19{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight10{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 44px;
}

#m1-MRmob02-flight21{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match18{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow18{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue18{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell18{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu18{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y18{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b18{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par18{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-b17{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: -84px;
  width: 6px;
}

#m1-MRmob02-y17{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: -49px;
  width: 6px;
}

#m1-MRmob02-blu17{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -54px;
  width: 100px;
}

#m1-MRmob02-yell17{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -19px;
  width: 100px;
}

#m1-MRmob02-Blue17{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -24px;
  width: 28px;
}

#m1-MRmob02-Yellow17{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: 11px;
  width: 40px;
}

#m1-MRmob02-Match17{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: 15px;
  width: 48px;
}

#m1-MRmob02-par17{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight9{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 38px;
}

#m1-MRmob02-flight20{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match16{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow16{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue16{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell16{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu16{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y16{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b16{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par16{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match15{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow15{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue15{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell15{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu15{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y15{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b15{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par15{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight8{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 38px;
}

#m1-MRmob02-flight19{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match14{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow14{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue14{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell14{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu14{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y14{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b14{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par14{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match13{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow13{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue13{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell13{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu13{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y13{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b13{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par13{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight7{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 38px;
}

#m1-MRmob02-flight18{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match12{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow12{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue12{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell12{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu12{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y12{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b12{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par12{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match11{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow11{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue11{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell11{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu11{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y11{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b11{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par11{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight6{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 38px;
}

#m1-MRmob02-flight17{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match10{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow10{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue10{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell10{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu10{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y10{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b10{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par10{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match9{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow9{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue9{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell9{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu9{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y9{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b9{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par9{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight5{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 38px;
}

#m1-MRmob02-flight16{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match8{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow8{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue8{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell8{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu8{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y8{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b8{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par8{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match7{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow7{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue7{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell7{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu7{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y7{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b7{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par7{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight4{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 38px;
}

#m1-MRmob02-flight15{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match6{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow6{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue6{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell6{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu6{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y6{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b6{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par6{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match5{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow5{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue5{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell5{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu5{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y5{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b5{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par5{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight3{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 38px;
}

#m1-MRmob02-flight14{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match4{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow4{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue4{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell4{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu4{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y4{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b4{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par4{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match3{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow3{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue3{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell3{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu3{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y3{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b3{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par3{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight2{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 38px;
}

#m1-MRmob02-flight13{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match2{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow2{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue2{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell2{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu2{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y2{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b2{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par2{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-Match{
  height: 14px;
  left: 30px;
  line-height: 14px;
  text-align: right;
  top: -75px;
  width: 48px;
}

#m1-MRmob02-Yellow{
  height: 15px;
  left: 116px;
  line-height: 15px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-Blue{
  height: 15px;
  left: 128px;
  line-height: 15px;
  text-align: right;
  top: -55px;
  width: 28px;
}

#m1-MRmob02-yell1{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -20px;
  width: 100px;
}

#m1-MRmob02-blu1{
  height: 15px;
  left: 161px;
  line-height: 15px;
  text-align: left;
  top: -25px;
  width: 100px;
}

#m1-MRmob02-y1{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 6px;
}

#m1-MRmob02-b1{
  height: 15px;
  left: 280px;
  line-height: 15px;
  text-align: left;
  top: 5px;
  width: 6px;
}

#m1-MRmob02-par1{
  height: 44px;
  left: 0px;
  line-height: 44px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-flight{
  height: 14px;
  left: 10px;
  line-height: 14px;
  text-align: left;
  top: 3px;
  width: 130px;
}

#m1-MRmob02-flight12{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-list1{
  height: 1144px;
  left: 0px;
  line-height: 1144px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-ploca1-scroller{
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 1145px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-ploca1{
  height: 360px;
  left: 0px;
  line-height: 360px;
  top: -508px;
  width: 320px;
}

#m1-MRmob02-skp2{
  height: 15px;
  left: 175px;
  line-height: 15px;
  text-align: left;
  top: -147px;
  width: 85px;
}

#m1-MRmob02-skp1{
  height: 15px;
  left: 175px;
  line-height: 15px;
  text-align: left;
  top: -151px;
  width: 85px;
}

#m1-MRmob02-bs2{
  height: 15px;
  left: 270px;
  line-height: 15px;
  text-align: left;
  top: -117px;
  width: 42px;
}

#m1-MRmob02-bs1{
  height: 15px;
  left: 270px;
  line-height: 15px;
  text-align: left;
  top: -120px;
  width: 42px;
}

#m1-MRmob02-match00{
  height: 14px;
  left: 138px;
  line-height: 14px;
  text-align: left;
  top: -88px;
  width: 30px;
}

#m1-MRmob02-match0{
  height: 14px;
  left: 93px;
  line-height: 14px;
  text-align: right;
  top: -74px;
  width: 40px;
}

#m1-MRmob02-flight00{
  height: 14px;
  left: 138px;
  line-height: 14px;
  text-align: left;
  top: -78px;
  width: 30px;
}

#m1-MRmob02-flight0{
  height: 28px;
  left: 93px;
  line-height: 14px;
  text-align: right;
  top: -50px;
  width: 40px;
}

#m1-MRmob02-ws{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: left;
  top: -17px;
  width: 42px;
}

#m1-MRmob02-Wspeed{
  height: 15px;
  left: 8px;
  line-height: 15px;
  text-align: left;
  top: -2px;
  width: 27px;
}

#m1-MRmob02-wd{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: left;
  top: -5px;
  width: 45px;
}

#m1-MRmob02-Wdirection{
  height: 15px;
  left: 7px;
  line-height: 15px;
  text-align: left;
  top: 10px;
  width: 28px;
}

#m1-MRmob02-osnovniPodaci{
  height: 50px;
  left: 0px;
  line-height: 50px;
  top: -508px;
  width: 320px;
}

#m1-MRmob02-map1{
  border-top-color: transparent;
  border-width: 1px 0px 0px 0px;
  height: 548px;
  left: 0px;
  line-height: 40px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

#m1-MRmob02-map1outer{
  height: 548px;
  left: 0px;
  line-height: 548px;
  top: 0px;
  width: 320px;
}

#m1-MRmob02-MatchRace{
  height: 548px;
  left: 0px;
  line-height: 548px;
  top: 0px;
  width: 320px;
}

