.c4d-social-locker {
	padding: 30px;
	border: 3px solid #eee;
	&:after {
		content: '';
		clear: both;
		display: block;
		height: 0px;
	}
	.button {
		min-height: 20px;
		margin: 5px 10px 0 0;
		display: inline-block;
		overflow: hidden;
		max-width: 100px;
		float: left;
		.fb_iframe_widget {
			vertical-align: text-top;
		}
	}
	.c4d-social-locker-content {
		display: none;
	}

	&.active {
		.c4d-social-locker-content {
			display: block;
		}
		.c4d-social-locker-message {
			display: none;
		}
	}
}
.c4d-social-locker-twitter-button,
.c4d-social-locker-fb-button {
	background: #55acee;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    font-weight: 500;
    text-align: center;
    &:hover {
    	color: #fff;
    }
}
.c4d-social-locker-fb-button {
	background: #2F609C;
}
