/*1280 x 800*/
@media screen and (max-width: 1280px) and (max-height: 800px) and (min-height: 769px) {
    .mt-element-step .step-line .mt-step-title {
        font-size: 12px;
        font-weight: bold;
    }

    .mt-step-content {
        font-size: 10px;
    }

    .page-actions h4 {
        font-size: 12px;
    }

    #selecionarTudo {
        margin: 10px;
    }
}

/*1280 x 960*/
@media screen and (max-width: 1280px) and (max-height: 960px) and (min-height: 801px) {
    .mt-element-step .step-line .mt-step-title {
        font-size: 12px;
        font-weight: bold;
    }

    .mt-step-content {
        font-size: 10px;
    }

    .page-actions h4 {
        font-size: 12px;
    }

    #selecionarTudo {
        margin: 10px;
    }
}

/*1280 x 720*/
@media screen and (max-width: 1280px) and (max-height: 720px) and (min-height: 300px) {
    .mt-element-step .step-line .mt-step-title {
        font-size: 12px;
        font-weight: bold;
    }

    .mt-step-content {
        font-size: 10px;
    }

    .page-actions h4 {
            font-size: 12px;
    }

    #selecionarTudo {
        margin: 10px;
    }
}

/*1280 x 900*/
@media screen and (max-width: 1440px) and (max-height: 900px) and (min-height: 300px) {
    .mt-element-step .step-line .mt-step-title {
        font-size: 13px;
        font-weight: bold;
    }

    .mt-step-content {
        font-size: 10px;
    }

    .page-actions h4 {
        font-size: 12px;
    }

    #selecionarTudo {
        margin: 10px;
    }
}