/*--- U Javeriana - 3.2 release corrections ---*/

/*--- This style modifies the square around buttons ---*/
button {
    border-style: none;
}

/*--- Video height correction ---*/
.media-responsive-pad {
    display: block;
    padding-top: 57% !important;
}

/*--- video size correction ---*/
.mediaplugin, .mediaplugin video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*--- Course tools correction ---*/
#coursetools-list a {
    max-height: 93px;
}

/*--- Message area ---*/
#page-message-index #region-main {
    max-width: 100%;
    padding: 88px 0 0 0;
}

.messaging-area-container .messaging-area .contacts-area .contacts .contact {
    height: 85px;
}

/*3.7.2 Fix may 2020*/
#mr-nav {
    padding-bottom: 0;
}