.voltar-button {
    padding: 0;
    margin-bottom: 12px;
}

.voltar-button a {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.voltar-button a img {
    display: inline-block;
    height: 12px;
    margin: auto;
}

.voltar-button a p {
    display: inline-block;
    font: normal normal 500 14px/18px Montserrat, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 4px;
    vertical-align: middle;
    color: #707070;
}

.DictionaryDefsSearchPage m {
    font-weight: 700;
}
.defs-header {
    color: #000000;
    font: normal normal normal 16px/20px Montserrat, sans-serif;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.defs-header .banner {
}

.defs-header .banner img {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

.defs-header .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #FDA100;
    margin-bottom: 1px;
}

.defs-header .title a {
    font-weight: 700;
    color: #FDA100;
    text-decoration: underline;
}

.defs-header .summary {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.defs-header .voltar-button .favorites {
    float: right;
    cursor: pointer;
}

.word-container-cell p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.defs-grupo {
    margin-bottom: 30px;
    width: 100%;
}

.defs-grupo .word-container-cell {
    border-right: none;
}

.defs-grupo .word-container-cell a {
    text-decoration: none;
}

.defs-grupo .word-container-cell a .entrada {
    text-decoration: none;
}

.defs-grupo .word-container-cell a .entrada {
    font-weight: 600;
    color: #FDA100;
}

.defs-grupo .word-container-cell a .info {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .voltar-button {
        padding: 0;
        margin-bottom: 17px;
    }

    .voltar-button a {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .voltar-button a img {
        display: inline-block;
        height: 12px;
        margin: auto;
    }

    .voltar-button a p {
        display: inline-block;
        font: normal normal 500 14px/18px Montserrat, sans-serif;
        text-transform: uppercase;
        margin: 0;
        padding: 0 0 0 4px;
        vertical-align: middle;
        color: #707070;
    }

    .defs-header {
        font-size: 18px;
        line-height: 22px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .defs-header .banner {
    }

    .defs-header .banner img {
        width: 100%;
        height: 150px;
        margin-bottom: 30px;
    }

    .defs-header .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .defs-header .summary {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    
    .defs-grupo .word-container-cell {
        border-right: 1px dotted #A2A2A2;
    }

    .defs-grupo .word-container-cell:last-child {
        border-right: none;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1800px) {

}