.v-item-group{
    display: inline-flex;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 40px!important;
    background: #e1e6e9!important;
}
.v-item-group .v-tab
{
    display: inline-flex;
    align-items: center;
    flex: 1;
    position: relative;
    color: #525c69cc!important;
    white-space: nowrap!important;
}
.about h1
{
    font-size: 18px;
}
.dateRepDetail
{
    color: black;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #CDD2D6;
    font-weight: bold;
}
.imgRepDetail div
{
    width: 150px;
    height: 150px;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 10px;
}
.comentRepDetail {
    clear: both;
}
.comentRepDetail span {
    background: #cdd2d636;
    display: block;
    padding: 5px;
}
.comentRepDetail h6 {
    margin-top: 10px;
    font-size: 13px;
    color: #CDD2D6;
}
#formElem .container
{
    margin-top: 15px;
    margin-bottom: 15px;
}
#input-54
{
    height: 50px;
}
.detailBut
{
    margin-top: 10px;
}