/* Global HTML and CSS*/

.blog-link-btn-img {
        width: 100px !important;
}
#P0_BLOG_LINK_BTN {
        outline-color: rgb(239, 239, 239) !important;
		border-color: rgb(239, 239, 239) !important;
}
#P0_BLOG_LINK_BTN:hover {
        color: #3366BB !important;
        transform: scale(1.1);		
}
#P0_BLOG_LINK_BTN:active {
        outline-color: rgb(239, 239, 239) !important;
		border-color: rgb(239, 239, 239) !important;
}
