﻿body {
}
.row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
a {
    text-decoration: unset;
}
.displayA {
    min-width: 45px;
    white-space: nowrap;
}
.displayB {
    white-space: nowrap;
}
.displayC{
    white-space:nowrap;
}
.textRed{
    color:red;
}
.textBlue{
    color:blue;
}
.textOrange{
    color:orange;
}
.textGreen{
    color:green;
}
.profile-picture{
    width:100px;
    height:100px;
}
.up-img {
    width: 20px;
    height: 20px;
}

.up-img-area {
    /*    position: absolute;
    right: 35px;*/
    color: red;
}

.down-img {
    width: 20px;
    height: 20px;
}

.down-img-area {
    /* position: absolute;*/
    /* right: 35px;*/
    color: green;
}




.popularity-img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px
}

.popularity-img-area {
    /*    position: absolute;
    right: 10px*/
}
.close-img {
    width: 20px;
    height: 20px;
}

.close-img-area {
    position: absolute;
    right: 10px
}

.edit-img {
    width: 20px;
    height: 20px;
}
.edit-img-area {
    position: absolute;
    right: 35px
}
.fragment{
    padding: 5px !important;
}
.wrapperB {
    display: grid;
    grid-template-columns: 100px;
    grid-template-rows: 30px 25px 50px;
    /* grid-auto-rows: 100px;*/
    margin: 10px;
}
.boxB1 {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
}

.boxB2 {
    grid-column-start: 2;
    grid-row-start: 1;
}
.boxB3 {
    grid-column-start: 2;
    grid-row-start: 2;
}
.card {
    margin: 3px;
    min-width: 340px;
    max-width: 366px;
}
.text_group{
    margin:10px;
}