#otherplatforms {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
}
a.platformList {
  color: gray;
}

BODY {
	font: 13px Arial, sans-serif;
	margin: 0;                       /* gray item separators should go to screen edge */
	-webkit-text-size-adjust: none;  /* no text size change on iPhone flip */
}

A { /* title and icon link */
	color: black;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 6px 10px 6px 10px;
	font-size: 22px;
	font-weight: normal;
	background-color: #116cd6;
	text-align: center;
	color: white;
}


.k_section {
	margin: 0;
	padding: 8px 4px 8px 10px;

	background-image: url('/integration/img/iphoneChevron.png?v=24fc334eacf1e21f3f1244b356ab055c');
	background-position: right;
	background-repeat: no-repeat;

	border-bottom: 1px solid #d9d9d9; /* section separator */
	width: 100%;
}


.k_sectionTitle {
	margin: 0;

	font-size: 18px;
	display: inline;
}


.k_iconMobile {
	border: 0;  /* no <a> decoration */
	padding-right: 10px;
	padding-top: 4px;
}


/* iOS profile */

.k_profileContent,
.k_learnContent
{
	font: 14px Arial, sans-serif;
	color: #666666;
}

.k_profileContent
{
	padding: 12px 20px 12px 20px;
	text-align: center;
}

.k_learnContent
{
	padding: 10px;
}

.k_learnContent UL {
	padding-left: 16px;
}

.k_profileContent A,
.k_learnContent A
{
	text-decoration: underline;
	color: #666666;
	cursor: pointer;
}

.k_profileButton
{
	font: bold 18px Arial;
	width: 274px;
	/*height: 39px;*/

	background-color: #557399;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ea4c1), color-stop(50%,#5877a2), color-stop(51%,#476999), color-stop(100%,#4a6c9b));
	text-shadow: #3d3d3d 0px -1px 0px;
	-webkit-border-radius: 8px;
	border: 1px solid #757477;
	color: white;
}

.k_continueButton
{
	margin-top: 12px; /* extra space between button and text/links */
	margin-bottom: 36px;
}

.k_securedButton
{
	margin-top: 18px; /* extra space between button and text/button */
	margin-bottom: 10px;
}

.k_unsecuredButton
{
	background-color: #aa0102;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df9e9e),	color-stop(50%,#b42021), color-stop(51%,#aa0000), color-stop(100%,#b93d3e));
}

.k_profileContent.androidGetApp {
	font-size : 18px;
}
#getApp .getAppsection {
	margin: 0;
	padding: 30px 4px 25px 10px;
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
}
