.region-content .basic-page .content .carousel-wrapper {
    margin: 0px;
    clear: both;
}

.basic-page.full h1 {
    display: block !important;
	font-size: 36px;
	text-align: center;
    padding-bottom: 20px;
}

#online-license-store ol, ul {
    padding-left: 30px;
    font-size: 16px;
}

.region-content .basic-page .content h2 {
    text-align: center;
    padding-bottom: 20px;
}

.main-basic-content h4 {
    color: #64be00;
}

.title{
	font-weight:bold;
	padding-top:30px;
}

.title p{
	font-size: 16px;
}

.text ol li ol li{
	list-style: none;
}

.text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.text li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.text li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.text li li {
  margin: 0;
}

.text li li:before {
  content: counters(item, ".") " ";
}

.text .text-color{
	color:#64be00;
}