.head_review_form {
        color: #f6931f;
        font-size: 18px;
        font-weight: bold;
    }

    .inputs {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
    }

    .inputs_sbt {
        background-color: rgba(71, 160, 255, 0.8);
        color: white;
        padding: 12px 20px;
        border: none;
        font-weight: bolder;
        border-radius: 4px;
        font-size: 15px;
        cursor: pointer;
    }

    .inputs_sbt:hover {
        background-color: rgba(9, 107, 210, 0.8);
        font-weight: bolder;
        font-size: 16px;
    }

    /* review */




    .media .media-object {
        max-width: 120px;
    }

    .media-body {
        position: relative;
    }

    .media-date {
        position: absolute;
        right: 25px;
        top: 25px;
    }

    .media-date li {
        padding: 0;
    }

    .media-date li:first-child:before {
        content: '';
    }

    .media-date li:before {
        content: '.';
        margin-left: -2px;
        margin-right: 2px;
    }