.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-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-1{
  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-2{
  color: rgb(255,0,0);
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: lighter;
  text-decoration: none;
}

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

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

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

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

.m1-font-6{
  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-7{
  color: rgb(255,255,128);
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

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

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

.m1-font-10{
  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-11{
  color: rgb(255,0,0);
  font-family: Arial;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
}

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

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

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

.m1-font-15{
  color: rgb(255,255,255);
  font-family: Trebuchet MS;
  font-size: 12px;
  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-font-16{
  color: rgb(255,255,128);
  font-family: Trebuchet MS;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
}

.m1-button.m1-font-17{
  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: 214px;
  line-height: 30px;
  text-align: center;
  top: -1759px;
  width: 100px;
}

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

#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: -1699px;
  width: 100px;
}

#m1-MRmob02-image9{
  height: 55px;
  left: 26px;
  line-height: 55px;
  top: -385px;
  width: 46px;
}

#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: -1157px;
  width: 320px;
}

#m1-MRmob02-skp4{
  height: 15px;
  left: 111px;
  line-height: 15px;
  text-align: left;
  top: -130px;
  width: 150px;
}

#m1-MRmob02-skp3{
  height: 15px;
  left: 111px;
  line-height: 15px;
  text-align: left;
  top: -133px;
  width: 150px;
}

#m1-MRmob02-skp2{
  height: 15px;
  left: 111px;
  line-height: 15px;
  text-align: left;
  top: -136px;
  width: 150px;
}

#m1-MRmob02-skp1{
  height: 15px;
  left: 111px;
  line-height: 15px;
  text-align: left;
  top: -140px;
  width: 150px;
}

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

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

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

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

#m1-MRmob02-flight00{
  height: 15px;
  left: 40px;
  line-height: 15px;
  text-align: center;
  top: -64px;
  width: 20px;
}

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

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

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

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

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

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

#m1-MRmob02-gg4d{
  height: 14px;
  left: 250px;
  line-height: 14px;
  text-align: center;
  top: -220px;
  width: 25px;
}

#m1-MRmob02-gg4c{
  height: 14px;
  left: 185px;
  line-height: 14px;
  text-align: center;
  top: -206px;
  width: 25px;
}

#m1-MRmob02-gg4b{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -192px;
  width: 25px;
}

#m1-MRmob02-gg4a{
  height: 14px;
  left: 80px;
  line-height: 14px;
  text-align: center;
  top: -178px;
  width: 25px;
}

#m1-MRmob02-gg3d{
  height: 14px;
  left: 250px;
  line-height: 14px;
  text-align: center;
  top: -184px;
  width: 25px;
}

#m1-MRmob02-gg3c{
  height: 14px;
  left: 185px;
  line-height: 14px;
  text-align: center;
  top: -170px;
  width: 25px;
}

#m1-MRmob02-gg3b{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -156px;
  width: 25px;
}

#m1-MRmob02-gg3a{
  height: 14px;
  left: 80px;
  line-height: 14px;
  text-align: center;
  top: -142px;
  width: 25px;
}

#m1-MRmob02-gg2d{
  height: 14px;
  left: 250px;
  line-height: 14px;
  text-align: center;
  top: -148px;
  width: 25px;
}

#m1-MRmob02-gg2c{
  height: 14px;
  left: 185px;
  line-height: 14px;
  text-align: center;
  top: -134px;
  width: 25px;
}

#m1-MRmob02-gg2b{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -120px;
  width: 25px;
}

#m1-MRmob02-gg2a{
  height: 14px;
  left: 80px;
  line-height: 14px;
  text-align: center;
  top: -106px;
  width: 25px;
}

#m1-MRmob02-gg1d{
  height: 14px;
  left: 250px;
  line-height: 14px;
  text-align: center;
  top: -112px;
  width: 25px;
}

#m1-MRmob02-gg1c{
  height: 14px;
  left: 185px;
  line-height: 14px;
  text-align: center;
  top: -98px;
  width: 25px;
}

#m1-MRmob02-gg1b{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -84px;
  width: 25px;
}

#m1-MRmob02-gg1a{
  height: 14px;
  left: 80px;
  line-height: 14px;
  text-align: center;
  top: -70px;
  width: 25px;
}

#m1-MRmob02-ggd{
  height: 14px;
  left: 248px;
  line-height: 14px;
  text-align: center;
  top: -82px;
  width: 29px;
}

#m1-MRmob02-ggc{
  height: 14px;
  left: 160px;
  line-height: 14px;
  text-align: center;
  top: -68px;
  width: 68px;
}

#m1-MRmob02-ggb{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -54px;
  width: 25px;
}

#m1-MRmob02-gga{
  height: 14px;
  left: 78px;
  line-height: 14px;
  text-align: center;
  top: -40px;
  width: 31px;
}

#m1-MRmob02-skipppp4c{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 60px;
  width: 60px;
}

#m1-MRmob02-skipppp3c{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 54px;
  width: 60px;
}

#m1-MRmob02-skipppp2c{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 48px;
  width: 60px;
}

#m1-MRmob02-skipppp1c{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 42px;
  width: 60px;
}

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

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

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

#m1-MRmob02-ff4i{
  height: 14px;
  left: 280px;
  line-height: 14px;
  text-align: center;
  top: -570px;
  width: 25px;
}

#m1-MRmob02-ff4h{
  height: 14px;
  left: 245px;
  line-height: 14px;
  text-align: center;
  top: -556px;
  width: 25px;
}

#m1-MRmob02-ff4g{
  height: 14px;
  left: 220px;
  line-height: 14px;
  text-align: center;
  top: -542px;
  width: 25px;
}

#m1-MRmob02-ff4f{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -528px;
  width: 25px;
}

#m1-MRmob02-ff4e{
  height: 14px;
  left: 170px;
  line-height: 14px;
  text-align: center;
  top: -514px;
  width: 25px;
}

#m1-MRmob02-ff4d{
  height: 14px;
  left: 145px;
  line-height: 14px;
  text-align: center;
  top: -500px;
  width: 25px;
}

#m1-MRmob02-ff4c{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -486px;
  width: 25px;
}

#m1-MRmob02-ff4b{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -472px;
  width: 25px;
}

#m1-MRmob02-ff4a{
  height: 14px;
  left: 70px;
  line-height: 14px;
  text-align: center;
  top: -458px;
  width: 25px;
}

#m1-MRmob02-ff3i{
  height: 14px;
  left: 280px;
  line-height: 14px;
  text-align: center;
  top: -464px;
  width: 25px;
}

#m1-MRmob02-ff3h{
  height: 14px;
  left: 245px;
  line-height: 14px;
  text-align: center;
  top: -450px;
  width: 25px;
}

#m1-MRmob02-ff3g{
  height: 14px;
  left: 220px;
  line-height: 14px;
  text-align: center;
  top: -436px;
  width: 25px;
}

#m1-MRmob02-ff3f{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -422px;
  width: 25px;
}

#m1-MRmob02-ff3e{
  height: 14px;
  left: 170px;
  line-height: 14px;
  text-align: center;
  top: -408px;
  width: 25px;
}

#m1-MRmob02-ff3d{
  height: 14px;
  left: 145px;
  line-height: 14px;
  text-align: center;
  top: -394px;
  width: 25px;
}

#m1-MRmob02-ff3c{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -380px;
  width: 25px;
}

#m1-MRmob02-ff3b{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -366px;
  width: 25px;
}

#m1-MRmob02-ff3a{
  height: 14px;
  left: 70px;
  line-height: 14px;
  text-align: center;
  top: -352px;
  width: 25px;
}

#m1-MRmob02-ff2i{
  height: 14px;
  left: 280px;
  line-height: 14px;
  text-align: center;
  top: -358px;
  width: 25px;
}

#m1-MRmob02-ff2h{
  height: 14px;
  left: 245px;
  line-height: 14px;
  text-align: center;
  top: -344px;
  width: 25px;
}

#m1-MRmob02-ff2g{
  height: 14px;
  left: 220px;
  line-height: 14px;
  text-align: center;
  top: -330px;
  width: 25px;
}

#m1-MRmob02-ff2f{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -316px;
  width: 25px;
}

#m1-MRmob02-ff2e{
  height: 14px;
  left: 170px;
  line-height: 14px;
  text-align: center;
  top: -302px;
  width: 25px;
}

#m1-MRmob02-ff2d{
  height: 14px;
  left: 145px;
  line-height: 14px;
  text-align: center;
  top: -288px;
  width: 25px;
}

#m1-MRmob02-ff2c{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -274px;
  width: 25px;
}

#m1-MRmob02-ff2b{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -260px;
  width: 25px;
}

#m1-MRmob02-ff2a{
  height: 14px;
  left: 70px;
  line-height: 14px;
  text-align: center;
  top: -246px;
  width: 25px;
}

#m1-MRmob02-ff1i{
  height: 14px;
  left: 280px;
  line-height: 14px;
  text-align: center;
  top: -252px;
  width: 25px;
}

#m1-MRmob02-ff1h{
  height: 14px;
  left: 245px;
  line-height: 14px;
  text-align: center;
  top: -238px;
  width: 25px;
}

#m1-MRmob02-ff1g{
  height: 14px;
  left: 220px;
  line-height: 14px;
  text-align: center;
  top: -224px;
  width: 25px;
}

#m1-MRmob02-ff1f{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -210px;
  width: 25px;
}

#m1-MRmob02-ff1e{
  height: 14px;
  left: 170px;
  line-height: 14px;
  text-align: center;
  top: -196px;
  width: 25px;
}

#m1-MRmob02-ff1d{
  height: 14px;
  left: 145px;
  line-height: 14px;
  text-align: center;
  top: -182px;
  width: 25px;
}

#m1-MRmob02-ff1c{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -168px;
  width: 25px;
}

#m1-MRmob02-ff1b{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -154px;
  width: 25px;
}

#m1-MRmob02-ff1a{
  height: 14px;
  left: 70px;
  line-height: 14px;
  text-align: center;
  top: -140px;
  width: 25px;
}

#m1-MRmob02-ffi{
  height: 14px;
  left: 280px;
  line-height: 14px;
  text-align: center;
  top: -152px;
  width: 25px;
}

#m1-MRmob02-ffh{
  height: 14px;
  left: 245px;
  line-height: 14px;
  text-align: center;
  top: -138px;
  width: 25px;
}

#m1-MRmob02-ffg{
  height: 14px;
  left: 220px;
  line-height: 14px;
  text-align: center;
  top: -124px;
  width: 25px;
}

#m1-MRmob02-fff{
  height: 14px;
  left: 195px;
  line-height: 14px;
  text-align: center;
  top: -110px;
  width: 25px;
}

#m1-MRmob02-ffe{
  height: 14px;
  left: 170px;
  line-height: 14px;
  text-align: center;
  top: -96px;
  width: 25px;
}

#m1-MRmob02-ffd{
  height: 14px;
  left: 145px;
  line-height: 14px;
  text-align: center;
  top: -82px;
  width: 25px;
}

#m1-MRmob02-ffc{
  height: 14px;
  left: 120px;
  line-height: 14px;
  text-align: center;
  top: -68px;
  width: 25px;
}

#m1-MRmob02-ffb{
  height: 14px;
  left: 95px;
  line-height: 14px;
  text-align: center;
  top: -54px;
  width: 25px;
}

#m1-MRmob02-ffa{
  height: 14px;
  left: 70px;
  line-height: 14px;
  text-align: center;
  top: -40px;
  width: 25px;
}

#m1-MRmob02-skippp4c{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 60px;
  width: 60px;
}

#m1-MRmob02-skippp3c{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 54px;
  width: 60px;
}

#m1-MRmob02-skippp2c{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 48px;
  width: 60px;
}

#m1-MRmob02-skippp1c{
  height: 14px;
  left: 5px;
  line-height: 14px;
  text-align: right;
  top: 42px;
  width: 60px;
}

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

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

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

#m1-MRmob02-rr5f{
  height: 14px;
  left: 265px;
  line-height: 14px;
  text-align: center;
  top: -438px;
  width: 25px;
}

#m1-MRmob02-rr5e{
  height: 14px;
  left: 225px;
  line-height: 14px;
  text-align: center;
  top: -424px;
  width: 25px;
}

#m1-MRmob02-rr5d{
  height: 14px;
  left: 200px;
  line-height: 14px;
  text-align: center;
  top: -410px;
  width: 25px;
}

#m1-MRmob02-rr5c{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -396px;
  width: 25px;
}

#m1-MRmob02-rr5b{
  height: 14px;
  left: 150px;
  line-height: 14px;
  text-align: center;
  top: -382px;
  width: 25px;
}

#m1-MRmob02-rr5a{
  height: 14px;
  left: 125px;
  line-height: 14px;
  text-align: center;
  top: -368px;
  width: 25px;
}

#m1-MRmob02-rr4f{
  height: 14px;
  left: 265px;
  line-height: 14px;
  text-align: center;
  top: -374px;
  width: 25px;
}

#m1-MRmob02-rr4e{
  height: 14px;
  left: 225px;
  line-height: 14px;
  text-align: center;
  top: -360px;
  width: 25px;
}

#m1-MRmob02-rr4d{
  height: 14px;
  left: 200px;
  line-height: 14px;
  text-align: center;
  top: -346px;
  width: 25px;
}

#m1-MRmob02-rr4c{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -332px;
  width: 25px;
}

#m1-MRmob02-rr4b{
  height: 14px;
  left: 150px;
  line-height: 14px;
  text-align: center;
  top: -318px;
  width: 25px;
}

#m1-MRmob02-rr4a{
  height: 14px;
  left: 125px;
  line-height: 14px;
  text-align: center;
  top: -304px;
  width: 25px;
}

#m1-MRmob02-rr3f{
  height: 14px;
  left: 265px;
  line-height: 14px;
  text-align: center;
  top: -310px;
  width: 25px;
}

#m1-MRmob02-rr3e{
  height: 14px;
  left: 225px;
  line-height: 14px;
  text-align: center;
  top: -296px;
  width: 25px;
}

#m1-MRmob02-rr3d{
  height: 14px;
  left: 200px;
  line-height: 14px;
  text-align: center;
  top: -282px;
  width: 25px;
}

#m1-MRmob02-rr3c{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -268px;
  width: 25px;
}

#m1-MRmob02-rr3b{
  height: 14px;
  left: 150px;
  line-height: 14px;
  text-align: center;
  top: -254px;
  width: 25px;
}

#m1-MRmob02-rr3a{
  height: 14px;
  left: 125px;
  line-height: 14px;
  text-align: center;
  top: -240px;
  width: 25px;
}

#m1-MRmob02-rr2f{
  height: 14px;
  left: 265px;
  line-height: 14px;
  text-align: center;
  top: -246px;
  width: 25px;
}

#m1-MRmob02-rr2e{
  height: 14px;
  left: 225px;
  line-height: 14px;
  text-align: center;
  top: -232px;
  width: 25px;
}

#m1-MRmob02-rr2d{
  height: 14px;
  left: 200px;
  line-height: 14px;
  text-align: center;
  top: -218px;
  width: 25px;
}

#m1-MRmob02-rr2c{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -204px;
  width: 25px;
}

#m1-MRmob02-rr2b{
  height: 14px;
  left: 150px;
  line-height: 14px;
  text-align: center;
  top: -190px;
  width: 25px;
}

#m1-MRmob02-rr2a{
  height: 14px;
  left: 125px;
  line-height: 14px;
  text-align: center;
  top: -176px;
  width: 25px;
}

#m1-MRmob02-rr1f{
  height: 14px;
  left: 265px;
  line-height: 14px;
  text-align: center;
  top: -182px;
  width: 25px;
}

#m1-MRmob02-rr1e{
  height: 14px;
  left: 225px;
  line-height: 14px;
  text-align: center;
  top: -168px;
  width: 25px;
}

#m1-MRmob02-rr1d{
  height: 14px;
  left: 200px;
  line-height: 14px;
  text-align: center;
  top: -154px;
  width: 25px;
}

#m1-MRmob02-rr1c{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -140px;
  width: 25px;
}

#m1-MRmob02-rr1b{
  height: 14px;
  left: 150px;
  line-height: 14px;
  text-align: center;
  top: -126px;
  width: 25px;
}

#m1-MRmob02-rr1a{
  height: 14px;
  left: 125px;
  line-height: 14px;
  text-align: center;
  top: -112px;
  width: 25px;
}

#m1-MRmob02-rrf{
  height: 14px;
  left: 265px;
  line-height: 14px;
  text-align: center;
  top: -124px;
  width: 25px;
}

#m1-MRmob02-rre{
  height: 14px;
  left: 225px;
  line-height: 14px;
  text-align: center;
  top: -110px;
  width: 25px;
}

#m1-MRmob02-rrd{
  height: 14px;
  left: 200px;
  line-height: 14px;
  text-align: center;
  top: -96px;
  width: 25px;
}

#m1-MRmob02-rrc{
  height: 14px;
  left: 175px;
  line-height: 14px;
  text-align: center;
  top: -82px;
  width: 25px;
}

#m1-MRmob02-rrb{
  height: 14px;
  left: 150px;
  line-height: 14px;
  text-align: center;
  top: -68px;
  width: 25px;
}

#m1-MRmob02-rra{
  height: 14px;
  left: 125px;
  line-height: 14px;
  text-align: center;
  top: -54px;
  width: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#m1-MRmob02-agge5{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 130px;
}

#m1-MRmob02-age5{
  height: 15px;
  left: 13px;
  line-height: 15px;
  text-align: right;
  top: -95px;
  width: 50px;
}

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

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

#m1-MRmob02-title21{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 65px;
  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: -264px;
  width: 80px;
}

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

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

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

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

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

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

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

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

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

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

#m1-MRmob02-agge4{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 130px;
}

#m1-MRmob02-age4{
  height: 15px;
  left: 13px;
  line-height: 15px;
  text-align: right;
  top: -95px;
  width: 50px;
}

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

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

#m1-MRmob02-title16{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 65px;
  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: -264px;
  width: 80px;
}

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

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

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

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

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

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

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

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

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

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

#m1-MRmob02-agge3{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 130px;
}

#m1-MRmob02-age3{
  height: 15px;
  left: 13px;
  line-height: 15px;
  text-align: right;
  top: -95px;
  width: 50px;
}

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

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

#m1-MRmob02-title11{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 65px;
  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-image2d{
  height: 90px;
  left: 240px;
  line-height: 90px;
  top: -354px;
  width: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

#m1-MRmob02-agge2{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 130px;
}

#m1-MRmob02-age2{
  height: 15px;
  left: 13px;
  line-height: 15px;
  text-align: right;
  top: -95px;
  width: 50px;
}

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

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

#m1-MRmob02-title6{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 65px;
  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: -264px;
  width: 80px;
}

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

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

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

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

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

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

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

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

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

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

#m1-MRmob02-agge1{
  height: 19px;
  left: 70px;
  line-height: 19px;
  text-align: left;
  top: -114px;
  width: 130px;
}

#m1-MRmob02-age{
  height: 15px;
  left: 13px;
  line-height: 15px;
  text-align: right;
  top: -95px;
  width: 50px;
}

#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: 46px;
  width: 120px;
}

#m1-MRmob02-title{
  height: 15px;
  left: 15px;
  line-height: 15px;
  text-align: left;
  top: 65px;
  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: 1800px;
  left: 0px;
  line-height: 1800px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

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

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

#m1-MRmob02-yell13{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree13{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu13{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red13{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g13{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r13{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell12{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree12{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu12{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red12{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g12{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r12{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell11{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree11{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu11{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red11{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g11{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r11{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell10{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree10{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu10{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red10{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g10{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r10{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell9{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree9{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu9{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red9{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g9{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r9{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell8{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree8{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu8{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red8{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g8{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r8{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell7{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree7{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu7{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red7{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g7{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r7{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell6{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree6{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu6{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red6{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g6{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r6{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell5{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree5{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu5{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red5{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g5{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r5{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell4{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree4{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu4{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red4{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g4{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r4{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell3{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree3{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu3{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red3{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g3{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r3{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell2{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree2{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu2{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red2{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g2{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r2{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

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

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

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

#m1-MRmob02-yell1{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -39px;
  width: 150px;
}

#m1-MRmob02-gree1{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -43px;
  width: 150px;
}

#m1-MRmob02-blu1{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -47px;
  width: 150px;
}

#m1-MRmob02-red1{
  height: 15px;
  left: 50px;
  line-height: 15px;
  text-align: left;
  top: -51px;
  width: 150px;
}

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

#m1-MRmob02-g1{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 17px;
  width: 6px;
}

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

#m1-MRmob02-r1{
  height: 15px;
  left: 220px;
  line-height: 15px;
  text-align: left;
  top: 9px;
  width: 6px;
}

#m1-MRmob02-race1{
  height: 88px;
  left: 0px;
  line-height: 88px;
  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-flight14{
  height: 20px;
  left: 0px;
  line-height: 20px;
  margin-right: 0px;
  top: 0px;
  width: auto;
}

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

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

#m1-MRmob02-ploca1{
  height: 326px;
  left: 0px;
  line-height: 326px;
  top: -423px;
  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;
}

