html body .tvcp-container {
    margin: 10px 0;
    border-radius: 0px;
    padding: 0%;
    background: none;
    font-size: 16px;
}

html body .tvcp-container h2.tvcp-title {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    font-weight: normal;

}

html body h3.tvcp-size-of {
    color: #fff;
    letter-spacing: -2px;
}

html body h3.tvcp-size-of span {
    display: inline-block;
    background: none;
    position: relative;
    overflow: hidden;
	font-size:42px;
}

html body h3.tvcp-size-of span:after {
    content: " ";
    width: 100%;
    top: 0;
    height: 49%;
    position: absolute;
    left: 0;
    right: 0;
}

html body .tvcp-container h3 {
    padding: 0;
    margin: 0;
    text-align: center;
}

html body .tvcp-container p {
    font-size: .65em;
    margin: .75em 0 0 0;
    text-align: center;
    padding: .25em;
}

html body .tvcp-container p a {
    text-decoration: none;
}

html body .tvcp-container h3 a,
.tvcp-container h2 a {
    box-shadow: none;
}
