@import url(entypostyle.css);
.container {
	width: 216px;
	/*margin: auto;*/
margin-bottom: 3px;
}
.row {
	margin: auto;
	clear: both;
}
.row i {
	cursor: pointer;
	display: inline-block;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
 .row:nth-child(1) {
 background: transparent;
/*  margin-top: 2em !important;*/
}
.row:nth-child(1) i {
 color: #34495e;
 border: 2px solid;
 border-radius: 50%;
 padding: 0.3em;
 position: relative;
 background: transparent;
}
#fb_link i {
	border-color:#3b5998!important;
	color:#3b5998!important;
}
#fb_link i:hover {
	border-color:#3b5998!important;
	border-radius: 50%;
	color: white !important;
	background-color:#3b5998!important;
}
#mail_click i {
	border-color:#3b5998!important;
	color:#3b5998!important;
}
#mail_click i:hover {
	border-color:#3b5998!important;
	border-radius: 50%;
	color: white !important;
	background-color:#3b5998!important;
}
#tw_link i {
	border-color:#00c9fb!important;
	color:#00c9fb!important;
}
#tw_link i:hover {
	border-color:#00c9fb!important;
	border-radius: 50%;
	color: white !important;
	background-color:#00c9fb!important;
}
#ln_link i {
	border-color:#0077b5!important;
	color:#0077b5!important;
}
#ln_link i:hover {
	border-color:#0077b5!important;
	border-radius: 50%;
	color: white !important;
	background-color:#0077b5!important;
}
#gp_link i {
	border-color:#d95232!important;
	color:#d95232!important;
}
#gp_link i:hover {
	border-color:#d95232!important;
	border-radius: 50%;
	color: white !important;
	background-color:#d95232!important;
}
#pt_link i {
	border-color:#bf252f!important;
	color:#bf252f!important;
}
#pt_link i:hover {
	border-color:#bf252f!important;
	border-radius: 50%;
	color: white !important;
	background-color:#bf252f!important;
}
 .row:nth-child(1) i:hover {
 border-radius: 50%;
 color: white;
}
.row:nth-child(1) i:not(:first-child) {
/* margin-left: 1em;*/
}
.row:nth-child(1) i:nth-child(1) {
 color: #3b5998;
 border-color: #3b5998;
}
.row:nth-child(1) i:nth-child(2) {
 color: #00a0d1;
 border-color: #00a0d1;
}
.row:nth-child(1) i:nth-child(3) {
 color: #db4a39;
 border-color: #db4a39;
}
.row:nth-child(1) i:nth-child(4) {
 color: #c8232c;
 border-color: #c8232c;
}
.row:nth-child(1) i:nth-child(5) {
 color: #ea4c89;
 border-color: #ea4c89;
}
.row:nth-child(1) i:nth-child(1):hover {
 background: #3b5998;
}
.row:nth-child(1) i:nth-child(2):hover {
 background: #00a0d1;
}
.row:nth-child(1) i:nth-child(3):hover {
 background: #db4a39;
}
.row:nth-child(1) i:nth-child(4):hover {
 background: #c8232c;
}
.row:nth-child(1) i:nth-child(5):hover {
 background: #ea4c89;
}
.shr {
	color: #01904b !important;
	border-color: #01904b !important;
	background-color:white !important;
}
.shr:hover {
	color: white !important;
	border-color: white !important;
	background-color:#01904b !important;
}
