
.btn2 {
	background-color:#eb5432;
	color:#FFF;
	font-weight:700;
	padding:5px 10px 5px 10px;
	font-size:100%;
}
.btn2:hover{
	background-color:#e53912;
	color:#fff;

}


.table2 th{
	width:50%;
	padding-right:20px;
	padding-bottom:20px;
}
.table2 td{
	padding-right:20px;

}

h5 {
  position: relative;
  padding: 10px;
  background: #e0edff;
  font-size:120%;
}

h5:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

.step {
	background-color:#ea5616;
	font-weight:400;
	color:#FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding:0px 5px 0 5px;
}

h6 {
	background-color:#f0f6fb;
	font-size:100%;
	padding:10px;
}