@media only screen and (max-width: 768px) {
    #footer {
        width: 70%;
        margin: 20px auto auto;
    }
}

@media only screen and (min-width: 769px) {
    #footer {
        width: 60%;
        margin: 20px auto auto;
    }
}

@media only screen and (min-width: 1024px) {
    #footer {
        width: 40%;
        margin: 20px auto auto;
    }
}

.lang-selector {
    float: right;
    padding-left: 15px;
}

.iching-image-header {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .iching-image-header img {
        max-width: 100%;
    }
}

.dashboard #content {
    width: auto;
}

.colMS {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .colMS {
        margin-right: 0 !important;
    }
}
