.integrationTools {
    font: normal 15px Roboto, "Segoe UI", Ubuntu, "lucida grande", tahoma, sans-serif;
}

.integrationTools table {
	border-spacing: 0px;
}

.integrationTools a {
    cursor: pointer;
	text-decoration: none;
}
.integrationTools a:active {
	cursor: pointer;
}

#subtitle {
    font-size: 13px;
}

#otherplatforms li{  
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 5px;
}
#otherplatforms ul{  
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
}

#title {
    margin-left:  auto;
    margin-right: auto;
    font-weight: normal;
    font-size: 30px;
    padding: 80px 0;
	text-align: center;
}

.modules {
    background: white;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.colorBar {
    width: 100%;
    height: 50px;
    z-index: -4;
	background-color: #00a0de; 
}

.colorbackground {
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: -5;
}

.subsectionboldtitle {
    font-weight: bold;
}

.sectionsubtitle {
    font-size: 17px;
}

.subsectiontextseparator {
    height: 10px;
}
span.url {
	background-color: #f5f5f5;
	border: 0px none;
	margin: 3px 6px 3px -6px;
	padding: 4px 6px;
	white-space: nowrap;
	display: inline-block;
}
h2, h2#subtitle {
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
}

ul {
	margin: 0px;
	padding-top: 6px;
	padding-left: 22px;
}
ol {
	margin: 0px;
	padding-top: 6px;
	padding-left: 22px;
}

div.url {
	background-color: #f5f5f5;
	border: 0px none;
	margin: 4px 0;
	padding: 4px;
	white-space: nowrap;
}
div.smallinfo {
	float: right;
	color: gray;
}
div.smallinfo a {
	color: gray;
}

table.sections {
    margin-left:  auto; /* center table */
    margin-right: auto; /* center table */
    width: 838px;
    padding: 0 50px;
    background-color: white;
    border-collapse: separate;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text; 
}
table.sections td {
    vertical-align: top;
}

table.sections tbody td {
	padding: 0px;
}

table.description td {
	padding: 0;
}

td.itemtext {
	width: 100%;
}

img.iconsmall {
	width: 16px;
	height: 16px;
	border: 0;
}
img.iconbig {
	width: 64px;
	height: 64px;
	padding-right: 35px;
}
img.iconHuge {
	display: block;
	margin-left: auto;
  	margin-right: auto;
}
.gray {
	color: gray;
}

#seeOther {
	padding: 0;
}

span.buttonMain {
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 20px;
	border-radius: 3px;
	line-height: 16px;
	border-style: none;
	display: inline-block;
	margin-top: 20px;
	white-space: nowrap;
}

span.buttonSecondary {
	color: #222222 !important;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 19px;
	border-radius: 3px;
	line-height: 34px;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
}
table.sections tbody td.columnItemText {
	width: 325px;
}

table.sections h2 {
	margin: 0 0 20px;
}

table.sections tbody td.columnItemText h2 {
	margin-top: 20px;
}

td.middleSpace {
	width: 88px;
}
.buttonBarSeparator.buttonMain {
	height: 20px;
}

.buttonBarSeparator.buttonSecondary {
	height: 20px;
}

a.buttonLink {
	margin-right: 0px;
	display: inline-block;
}

a.buttonLink.overflowing {
	margin-left: 10px;
	position: absolute;
}


.fullWidth {
	width: 730px;
}

.separatingLine {
	height: 40px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.singleLine {
	height: 20px;
}

.doubleLine {
	height: 40px;
}

a.normalLink:hover {
	text-decoration: underline;
}
