.content {
	padding: 25px;

	.button {
		display: inline-block;
		margin: 10px 10px 0 0;
		float: left;
		position: relative;
		margin-bottom: 0;
		font-weight: 400;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		white-space: nowrap;
		font-size: 13px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		padding: 8px 8px;
		font-size: 16px;
		min-width: 64px;
		line-height: 1.5;
		border-radius: 2px;
		text-decoration: none;
		color: $black;
		background-color: #c7c7c7;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.15);
		box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);

		&:hover {
			bottom: 1px;
		}

		&:active {
			bottom: 0;
		}
	}
}

.cookie-indicator {
	font-size: 14px;
}

.button-group.option-buttons.custom-text div {
	float: left;

	&:first-child {
		min-width: 106px;
	}

	&:nth-child(2),
	&:last-child {
		min-width: 200px;
	}
}

#currentOptions {
	background-color: #eceeef;
	height: 100% !important;
}

footer {
	border-top: 1px solid #E0E0E0;
	font-size: 14px;
}

/* Button Colours */

.content .button {
	&[data-theme1="theme-light"] {
		background-color: #fafafa;
	}

	&[data-theme1="theme-dark"] {
		background-color: #484848;
		color: $white;
	}

	&[data-theme1="theme-red"] {
		background-color: #ef5350;
		color: $white;
	}

	&[data-theme1="theme-pink"] {
		background-color: #ec407a;
		background-color: #ec407a;
		color: $white;
	}

	&[data-theme1="theme-purple"] {
		background-color: #ab47bc;
		color: $white;
	}

	&[data-theme1="theme-deeppurple"] {
		background-color: #7e57c2;
		color: $white;
	}

	&[data-theme1="theme-indigo"] {
		background-color: #5c6bc0;
		color: $white;
	}

	&[data-theme1="theme-blue"] {
		background-color: #42a5f5;
		color: $white;
	}

	&[data-theme1="theme-lightblue"] {
		background-color: #29b6f6;
	}

	&[data-theme1="theme-cyan"] {
		background-color: #26c6da;
	}

	&[data-theme1="theme-teal"] {
		background-color: #26a69a;
		color: $white;
	}

	&[data-theme1="theme-green"] {
		background-color: #66bb6a;
	}

	&[data-theme1="theme-lightgreen"] {
		background-color: #9ccc65;
	}

	&[data-theme1="theme-lime"] {
		background-color: #d4e157;
	}

	&[data-theme1="theme-yellow"] {
		background-color: #ffee58;
	}

	&[data-theme1="theme-amber"] {
		background-color: #ffca28;
	}

	&[data-theme1="theme-orange"] {
		background-color: #ffa726;
	}

	&[data-theme1="theme-deeporange"] {
		background-color: #ff7043;
		color: $white;
	}

	&[data-theme1="theme-brown"] {
		background-color: #8d6e63;
		color: $white;
	}

	&[data-theme1="theme-grey"] {
		background-color: #bdbdbd;
	}

	&[data-theme1="theme-bluegrey"] {
		background-color: #78909c;
		color: $white;
	}
}