.sharebuttons-lastdate,
.sharebuttons {
	display: inline-block;
	float: left;
	color: #000;
	font-family: Tahoma;
	font-size: 13px;
}

.sharebuttons {
	padding-top: 5px;
}

.sharebuttons-lastdate {
	border-right: 1px solid #D9E0E6;
    margin: 11px 8px 0 0;
    padding: 0 8px 0 0;
}

.sico {
	float: left;
	margin-right: 5px;
    display: inline-block;
    height: 36px;
    margin-top: -3px;
    width: 36px;
	background-image: url("../images/sprites.png");
	background-repeat: no-repeat;
	border: 1px solid #A6A6A6;
	border-radius: 50px;
}

.sico:hover {
	background-color: #ccc;
}

.s_fb{
    background-position: -1px -1px;
}

.s_gp {
    background-position: 0px -56px;
}

.s_tw{
    background-position: -1px -112px;
}

.s_in {
	background-position: -1px -168px;
}

.s_print {
    background-position: -1px -224px;
}

.s_verify {
    background-position: 8px -275px;
	width: 160px;
	padding: 10px 0 0 36px;
	font-size: 11px;
	border-radius: 10px;
	box-sizing: border-box;
}

.s_rd {
    background-position: 0px -322px;
}

.add_button {
	float: right;
	background: url("../images/plus.png") no-repeat;
	height: 32px;
	width: 32px;
	color: transparent;
}

.add_button:hover, 
.add_button:active, 
.add_button:focus {
	text-decoration: none;
	color: transparent;
	opacity: 0.8;
}

.delete_btn, 
.edit_btn {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.delete_btn:hover, 
.edit_btn:hover {
	opacity: 0.7;
}

.delete_btn {
	background: url("../images/delete.png") no-repeat;
}

.edit_btn {
	background: url("../images/edit-icon.png") no-repeat;
	margin-right: 5px;
}

.submit_btn {
	background: #00A0D2;
	box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
	border: 1px solid #0073AA;
	border-radius: 3px;
}

.submit_btn:hover {
	background: #008BCC;
	cursor: pointer;
}

.widefat tr:nth-of-type(odd) {
	background: #F9F9F9;
}

.pa_custom_tabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 9px 15px 0 0;
	margin-bottom: 15px;
}

.pa_custom_tabs a {
    background: #e4e4e4;
    border: 1px solid #ccc;
    color: #555;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0.5em;
    padding: 5px 10px;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	bottom: -1px;
}

.pa_custom_tabs a:hover,
.pa_custom_tabs a:active,
.pa_custom_tabs a.btn_links_active {
	background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #f1f1f1;
    color: #000;
}

@media screen and (max-width: 569px) {
	
	.sico {
		margin-top: 10px;
	}
	
}



