.pageData a {
    color: #0cbfc5;
}

.pageData a:hover {
    text-decoration: none;
}

.pageData img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.pageData{
    max-width: 1000px;
}
.pageData h2{
    font-size: 32px;
    color: #636565;
    background: linear-gradient(90deg, rgba(201, 214, 255, .39) 0, rgba(226, 226, 226, .39) 55.73%);
    padding: 20px !important;
    border-radius: 0 20px 20px 0;
}

.modal-full{
    max-width: 1000px;
}

.tag_cloud{
    text-align: center;
}
.tag_cloud_item{
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #0cbfc5;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    color: #0cbfc5;
}

@media only screen and (min-width:750px){
    #block45{
        margin-top: 40px;
    }
}