


.description {
			padding: 0px 15px 15px 0px;
			line-height: 20px;
			font-family: 'Lato', Helvetica, Arial, Sans-Serif;
			font-size: 16px;
}
.screenshot-img {
  padding-top: 5px;
  float:right;
  margin-left:20px;
  			margin-top: -84px;
			margin-right: 20px;

}

.resized_img {
  border-radius: 20px 0px;
  border: 3px #ffffff solid;
    box-shadow: 0px 0px 14px #888888;
	max-width:400px;
	height:auto;
			float: right;
margin-bottom: 20px;
margin-left: 20px;
}
td {
  text-align: center;
  vertical-align: middle !important;
}
th {
  text-align: center;
  vertical-align:middle !important;
  font-size: 16px;
  color: #fff;
  background-color: #292b2c;
}
.btn	{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary	{
  background-color: #1E73BE;
  color: #fff;
}

.btn-danger	{
  background-color: #449d44;
  color: #fff;
}

.btn-success	{
  background-color: #000000;
  color: #fff;
}

.btn-primary:hover	{
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.btn-danger:hover	{
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.btn-success:hover	{
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.iconass	{
  padding: 5px 20px;
  margin-right: 10px;
  border: 0px solid #999999;
  max-width: 190px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  float:left;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.iconass:hover	{
box-shadow: 0 4px 4px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.4),0 1px 5px 0 rgba(0,0,0,.14);
background: #fafafa;
}

.iconbro	{
  padding: 5px 20px;
  margin: 6px 4px 0 0;
  background-color:#fff;
  border: 0px solid #999999;
  max-width: 183px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.iconbro:hover	{
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.4),0 1px 5px 0 rgba(0,0,0,.14);
	background: #fafafa;
}

.openacli	{
	color:#449d44;
	font-weight: 600;
}

.openacli:hover	{
	color:#000000;
}


.ulli	{
	font-weight: 500;
	text-align:left;
}

.ulli ul	{
	margin:0px !important;
	padding-left: 10px !important;
}

.ulli li	{
	list-style-type: none; 
	background-image: url("../../../../images/tick.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding: 6px 0 5px 25px;
	line-height: 1.1;
}