.pkp_block .content {
    padding: 10px;
}

.is_text {
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}

.is_text_2 {
	font-size: 14px !important;
}

.pkp_block {
	max-width: 100% !important;
}

.block_web_feed h2 {
    width: 100%;
    background-color: #101e5a;
    height: 30px;
    font-size: 13px;
    color: #ecececec;
    padding-top: .4em;
    margin-bottom: 0;
    border: 0;
    text-align: center;
    font-family: 'Source Sans Pro',sans-serif;
    display: inline-block;
    padding-bottom: 0.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 20px
}
