body{
  font-family: InterfaceR, Arial, Helvetica, San-Serif;
  font-size: 15px;
}

/*TEMPORARY*/
#globalext-pay-offer{
  display: none !important;
}
#oo_tab{
  display: none !important;
}
.tad .breadcrumbs{
    display: none;
}
article.tad{
	margin: 0 auto;
	padding:0 2%;
	width: auto;
	max-width: 860px;
}
.tad .article-title, strong{
  font-weight:bold;
  text-transform: uppercase;
}
.tad .article-title{
  text-align: center;
}
.tad .article-title p{
  text-align: center;
}

.tad p{
	text-align: justify;
}

/*
Bold list numbers
*/
.tad ol {
  counter-reset: item;
  padding: 0;
}

.tad ol > li {
  /*text-indent: -2em;*/
  list-style-type: none;
  counter-increment: item;
  text-align: justify;
}

.tad ol > li li {
  text-indent: 0em;
  text-align: justify;
}

.tad ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.7em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.tad a{
  white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
/*
////
*/


article.tad li {
    padding: 16px 0;
    text-align: justify;
}
.tad li p:first-child{
	margin-top: 0;
	display: inline;
}
.tad li li {
    padding: 10px 0;
}
.tad li ol{
	margin: 0;
	padding: 0;
}
@media (max-width:480px) {
  article.tad ol > li {
    text-align: left;
  }
  article.tad li {
      text-align: left;
  }
}
