
.grey-bg ul li {
    padding: 0 0 10px 20px;
           background:url("images/bullet.png") no-repeat right top;
      	 
         background-position: 6px 8px;
         list-style: none;
         margin: 0;
}

.alpha-char {list-style-type:upper-alpha;}
ul.tab li a:focus, active, .tab-menu {
        background-color:#fff!important;
}

/* Alignment */
.text-left           { text-align: left; }
.text-right          { text-align: right; }
.text-center         { text-align: center; }
.text-justify        { text-align: justify; }
.text-nowrap         { white-space: nowrap; }

/*Transformation */
.text-lowercase      { text-transform: lowercase; }
.text-uppercase      { text-transform: uppercase; }
.text-capitalize     { text-transform: capitalize; }


@media (min-width: 768px){
.lead {
    font-size: 21px;
}
/*
.lead {
  margin-bottom:20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;

}*/
}



p.pad-text{
    padding-left: 8px;
    font-size:22px;
    line-height: 25px;
    margin-left: 2.1em;
    font-weight: bold;
}

p.pad-text {
    margin: 1em 3em;
}

/* test css here */

.code-box {
    border: 1px solid #DFE0E7;
    border-radius: 4px;
    padding: 2px 4px;
    display: inline-block;
    background-color: #F7F7F7;
    line-height: 1.1em;
	color:#000;
}	

.margin-mb {
    margin-bottom: 10px;
}


@media only screen and (max-width: 600px){
.dashed-table.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px!important;
}
}

.dashed-table th,
.dashed-table td {
	    padding: 5px!important;
/*   word-break: break-all;*/
/*	width:200px!important;*/
}

.page-homepage section.hero {
    background: url(../images/rebuild/home-hero.jpg) top center no-repeat;
    background-size: cover;
}









