body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ff103d;
}

.chatMsg {
    border-width: 0px;
    padding: 5px;
    margin: 0px;
}

.chatMsgTitle {
    padding-left: 5px;
    float: left;
    font-weight: bold;
    font-size: 16px;
    height: 48px;
    vertical-align: middle;
    padding-top: 11px;
}

.comment-text-box {
	margin-bottom: 15px;
}

.content-top {
    background-color: #ff103d;
}

.content-footer {
    background-color: #ff103d;
    text-align: center;
}

.content-body {
    background-color: #EEEEEE;
}

.content-ultimos {
    text-align: center;
    background-color: #EEEEEE;
    padding-bottom: 60px;
}

.content-bread {
    background-color: #ff2158;
}

.avatarUserText {
    height: 108px;
    padding-top: 44px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.avatarUserText a {
    color: #ffffff;
}

.home-title-ultimas {
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    font-size: 2.5em;
    color: #ff103d;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

.card-title-ultimos a {
    color: #444;
}

.card-title-ultimos a:hover {
    color: #444;
}

.content-top-avatar {
    padding-right: 110px;
    background-image: url('/assets/img/universeg/logo-int-avatar.png');
    background-repeat: no-repeat;
    background-position: right center;
}

@media (max-width: 720px) {
    .container {
        max-width: 98%;
    }

    .card-title {
        font-size: 1.4em;
    }

    .card-text {
        font-size: 1.2em;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 98%;
    }

    .card-title {
        font-size: 2em;
    }

    .card-text {
        font-size: 1.6em;
    }
}

/* breadcrumb  */
.breadContent {
	padding: 10px;
	color: #FFF;
	font-size: 14px;
}

.breadContent a {
	color: #FFF;
}

.breadContent a:hover {
	color: #FFF;
}

.avatarUserTextSm {
	padding: 10px;
	font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.avatarUserTextSm a {
    color: #ffffff;
}

.avatarUserTextSm a:hover {
    color: #ffffff;
}
