@charset "utf-8";

/* Content Page styles
 * Created by: RYC
 * Project: United Buddy Bears Penang
 */

/* general */
/* ******* */
.content {
  margin: 20px 0 20px 0;
  padding: 0;
}

ul.custom-list {
  margin-bottom: 30px;
  list-style: square;
}

ul.custom-list li {
  margin: 0 0 10px 18px;
}



/* page - contest */
/* ************** */
.button-contest {
  max-width: 300px;
}

div.tab-contest-container {
  position: relative;
  top: -21px;
}

@-moz-document url-prefix() {
  div.tab-contest-container {
    position: relative;
    top: -22px;
  }  
}

img.tab-contest {
  float: right;
}

div.tab-contest-mobile-container {
  position: relative;
  top: -1px;
}

@-moz-document url-prefix() {
  div.tab-contest-mobile-container {
    position: relative;
    top: -2px;
  }  
}

img.tab-contest-mobile {
  float: right;
}