.element.style {
    caption-side: bottom;
    text-align: left;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    display: none;
}

h1, .h1, .title h1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: none;
}

h3, .h3, h3 a {
	    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: none;
}
h2, .h2, h2 a {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: none;
}
header {
    height: 32px;
}

.content .title .container_inner {
    padding: 0 !important;
    display: none;
}
.tablepress thead th {
    background-color: #4055a1 !important;
    color: whitesmoke;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.footer_top {
    padding: 0;
}

@media only screen and (max-width: 600px) {
    h2, h2 a {
        font-size: 25px;
    }
	 h3, h3 a {
        font-size: 20px;
    }
	h1, h1 a {
        font-size: 35px;
    }
}


