
  a.bttn img {
	max-height:18px;
	margin-right:5px;
  }
  p.support-tabs-text {
    margin: 0;
}
  ul#support-quicklinks {
	display:inline-block;
	margin:10px auto;
	padding:0;
	list-style:none;
  }
  ul#support-quicklinks li {
	display:inline-block;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	max-width:125px;
	margin-bottom:15px;
	padding:0 5px;
	cursor:pointer;
  }
  ul#support-quicklinks li img {
	display:block;
	margin-bottom:5px;
	opacity: .35;
  }
  #support-quicklinks li.activate img {
	opacity: 1;
  }
  ul#support-quicklinks li a, ul#support-quicklinks li a:visited {
	display:block;
	color: #000;
	text-decoration:none;
	outline:none;
	border:none;
  }
  ul#support-quicklinks li:hover img {
	opacity:.8;
  }



  h3.support-info-header {
	font-size:21px;
	font-weight:600;
	padding:10px 30px;
	border-bottom:solid 1px rgba(0,0,0,.2);
	cursor:pointer;
  }
  .support-info-content {
	padding:10px 30px;
  }

  h4.support-info-sub-header {
	font-size:19px;
	font-weight:600;
	padding:1px 10px;
	transition:all 1s;
	cursor:pointer;
  }
  .support-info-sub-content {
	padding:10px 45px 40px;
  }

  h5.support-info-sub-sub-header {
	font-size:19px;
	font-weight:600;
	padding:1px 10px;
	transition:all 1s;
	cursor:pointer;
  }
  .support-info-sub-sub-content {
	padding:10px 45px 40px;
  }

  h3.support-info-header .fa,
  h4.support-info-sub-header .fa,
  h5.support-info-sub-sub-header .fa {
	margin-left:-15px;
	margin-right:5px;
	-moz-transition: all .75s linear;
	-webkit-transition: all .75s linear;
	transition: all .75s linear;
  }
  h3.support-info-header .fa.down,
  h4.support-info-sub-header .fa.down,
  h5.support-info-sub-sub-header .fa.down {
	color: #38a3cb;
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }

  h4.support-info-sub-header.active,
  h5.support-info-sub-sub-header.active {
	color:#0079c2;
	padding-bottom:7px;
	border-bottom:solid 1px rgba(0,0,0,.2);
  }

  span.table-label-mobile {
	display:none;
  }



  @media screen and (max-width: 1100px) {
	h3.support-info-header {
	  font-size:19px;
	}

	h4.support-info-sub-header {
	  font-size:17px;
	}
	.support-info-sub-content {
	  padding: 10px 25px 40px;
	}
	h5.support-info-sub-sub-header {
	  font-size:15px;
	}

  }


  @media screen and (max-width: 767px) {
	h3.support-info-header {
	  font-size:18px;
	}

	h4.support-info-sub-header {
	  font-size:16px;
	}
	.support-info-content, .support-info-sub-content, .support-info-sub-sub-content {
	  padding: 10px 10px 30px;
	}
	h5.support-info-sub-sub-header {
	  font-size:15px;
	}
	.support-info-content, .support-info-sub-content, .support-info-sub-sub-content {
	  font-size:14px;
	}
	.support-info-content ul, .support-info-content ol {
	  padding:0 0 0 20px;
	}

	table.filter {
	  border:none;
	}
	table.filter td.table-item-name {
	  font-weight:bold;
	  padding-top:15px;
	}
	table.filter td {
	  display:block;
	  text-align:left;
	  border:none;
	}
	table.filter tr.table-header {
	  display:none;
	}
	span.table-label-mobile {
	  display:inline-block;
	}


  }
