body {
	background: #f7f7f7;
	font-family: "open-sans";
	color: #444;
}

input, select, textarea, button {
	font-family: "open-sans";
}

.response {
	margin: 20px 0;
}

.responses {
	font-size: 12px;
}

.input-set {
	margin: 10px 0;
	display: block;
}

.input-set input {
	padding: 5px;
	font-size: 13px;
	margin-right: 20px;
}

div.card {
	display: inline-block;
	font-size: 16px;
	background: rgba(255, 255, 255, .7);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	padding: 10px;
	margin: 5px;
	border-radius: 2px;
	text-align: left;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

div.card .col {
	float: left;
	padding: 20px;
	
}

div.box {
	padding: 10px 0;
	/*border: 1px solid #e5e5e5;*/
	/*margin-bottom: 10px;*/
}

div.card h4 {
	font-size: 24px;
	margin-top: 50px;
	border: none;
	padding: 0px;
}

div.box h5 {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.box h6 {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 5px;
}

div.card li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0 10px 0;
}

span.key, span.value {
	display: inline-block;
	vertical-align: top;
}

span.value {
	width: 400px;
}

span.key {
	width: 200px;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}

span.divider {
	border-top: 1px solid #e5e5e5;
	display: block;
	margin: 10px 0;
}

span.parent {
	font-style: italic;
}

div.card .col.right {
	width: 800px;
}

h3 {
	background: #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	font-size: 24px;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 5px;
}


h4 {
	border: 1px solid #e5e5e5;
	font-size: 13px;
	display: inline-block;
	padding: 8px;
	margin-bottom: 5px;
}


div.header {
	display: block;
	clear: both;
}

span.card-listing {
	display: inline-block;
	font-size: 16px;
	background: rgba(255, 255, 255, .7);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	padding: 10px;
	margin: 5px;
	border-radius: 2px;
	text-align: center;
}

span.card-listing em {
	display: inline-block;
	margin: 2px 4px 0 0;
	font-size: 11px;
}

span.card-listing.registered {
	background: rgba(255, 255, 255, .4);
	color: #cacaca;
}

span.card-listing.full-domain {
	font-size: 13px;
	padding: 6px;
}


span.card-listing.card-segment {
	font-size: 46px;
	padding: 20px 30px;
	font-weight: bold;
}

span.parameter {
	display: inline-block;
	margin-left: 12px;
	background: #ccc;
	color: #444;
	padding: 2px 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

p.response {
	display: none;
}

.type-add-prefix.card-listing, 
.type-add-suffix.card-listing, 
.type-spin-exact-word.card-listing {
	cursor: pointer;
}

span.extra {
	font-size: 11px;
}

div.divider {
	border-top: 1px solid #e5e5e5;
	font-size: 0;
	margin-top: 10px;
	padding-top: 10px;
}

p.smaller {
	font-size: 90%;
}

p.no-margin {
	margin-top: 5px;
}

div.position-wrapper {

}


button.card {
	cursor: pointer;
	padding: 10px 20px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-shadow: inset 0 -1px 0 1px #E0E0E0;
	border-radius: 4px;
	font-size: 14px;
	color: #333333;
}

div.social-button button {
	box-sizing: border-box;
}


div.social-button {
	display: inline-block;
}

div.social-button button b {
	font-weight: normal;	
}

div.social-button button i.icon {
	font-size: 20px;
	margin-right: 5px;
}

div.social-button button svg {
	font-size: 24px;
	margin-right: 10px;
}


div.social-button button i {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}

.facebook-color {
	color: #3b5999;
}

.twitter-color {
	color: #55acee;
}

.instagram-color {
	color: #e4405f;
}

.linkedin-color {
	color: #4875B4;
}
