﻿
.flow-chart {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 10px;
}

.flow-chart img {
    width: 400px;
}


.Sentence font {
    color: #E60000;
}

p.CCALogIntro {
    color: #0073E6 !important;
}

@media only screen and (max-width: 650px) {

    #content {
        margin-top: -70px !important;
    }
    .ccalogo {
        width: 100px;
    }
    .CCALog span {
        display: block;
        font-size:16px;
    }
    .ccaphoto {
        width: 320px;
    }
    .head-top {
        display: block !important;
    }

    .flow-chart {
        display: block;
        width: 100%;
    }

    .flow-chart img {
        width: 80% !important;
    }


}
