body
{
	background-color: rgb(255, 255, 255);
}
.share-container
{
	background-color: rgb(139, 150, 32);
	color: white;
}
.share-buttons
{
	background-color: rgb(139, 150, 32);
	color: white;
}
.share-buttons:hover, .share-buttons:active
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.share-modal-buttons .facebook-button .modal-item
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.share-modal-buttons .twitter-button .modal-item
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.share-modal-buttons .gplus-button .modal-item
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.share-modal-buttons .pinterest-button .modal-item
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.share-modal-buttons .tumblr-button .modal-item
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.share-modal-buttons .linkedin-button .modal-item
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.share-modal-buttons .email-button .modal-item
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.share-modal-buttons .download-button .modal-item
{
	background-color: rgb(102, 120, 42);
    border: 1px solid rgb(102, 120, 42);
}
.copy-text
{
	color: rgb(102, 120, 42);
}