/* dc themelia style stuff loaded AFTER plugin css */




/* ATTN: WP-SOCIAL SHARING PLUGIN OVERRIDES */
a.button-facebook,a.button-googleplus,a.button-twitter,a.button-linkedin,a.button-pinterest,a.button-xing,a.button-reddit{
	 color: #fff;text-decoration:none;font-size: 10px;font-weight:normal; margin: 14px 6px 4px 0;padding:4px 8px;text-align:center;display: inline-block;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);border:0px;
		background-color: #2b4170;background: -moz-linear-gradient(top, #3b5998, #2b4170);background: -ms-linear-gradient(top, #3b5998, #2b4170);background: -webkit-linear-gradient(top, #3b5998, #2b4170);text-shadow: 0 -1px -1px #1f2f52;
	 }

a.button-facebook:hover,a.button-googleplus:hover,a.button-twitter:hover,a.button-linkedin:hover,a.button-pinterest:hover,a.button-xing:hover,a.button-reddit:hover {
	background-color: #00aced;background: -moz-linear-gradient(top, #0081ce, #00aced);background: -ms-linear-gradient(top, #0081ce, #00aced);background: -webkit-linear-gradient(top, #0081ce, #00aced);color:#fff;
}



/*
 ATTN: GITHUB PROFILE PLUGIN OVERRIDES
 ATTN: THIS DOES NOT WORK BECAUSE THE GITHUB PROFILE SEEMS TO LOAD CSS VERY LATE, UNLESS WE USE OUR CHANGES TO FIX THAT
 */
.github-profile-pic {
    /*
    ATTN: mouser 12/24/17 to prevent weird initial load
    width: 25%;
    */
    max-width: 96px;
    max-height: 96px;
}



/* download details table overrides */
.list-group-item .badge {
	background-color: #4a8eff;
}