.infoLinkTitle{
	margin-left:4px;margin-top:-2px;float:none;display:inline-block;
}
.responsiveButtons{
	margin-top:2ex;
}

.buttonBlue{
	color: #0070bc !important;
}
.iconlink, .iconlink:hover{
	text-decoration: none
}

.radioColumn{
	white-space: nowrap;
}

.radioColumn label{
	white-space:normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}