#question-field {
      font-size: 16px;
padding: 10px 30px 4px 40px;
resize: none;
display: block;
width: 100%;
border: #eeeeee 1px solid;
}
.icon--pen-bubble {
    position: relative;
    left: 5px;
    width: 26px;
    height: 26px;
    top: 55px;
    fill: #70BE4E;
    transition: opacity 0.1s 0.2s;
    pointer-events: none;
    display:inline-block;
}
.question-form {
    display: block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background: white;
}
.submit-button {
    background: #70BE4E;
    box-sizing: border-box;
    color: white;
    padding: 0 15px;
    min-width: 80px;
    height: 34px;
    line-height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    transition: background 0.2s, opacity 0.2s, border-color 0.2s;
    cursor:pointer;
}
.question-item {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card {
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    will-change: background;
    background-color:#ffffff;
    border: #eeeeee 1px solid;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.question-item__header, .question-item__body {
    display: flex;
    align-items: center;
    margin-bottom: .5rem
}
.question-item__header-center, .question-item__body-center {
flex: 1;
width: 50%;
overflow: hidden;
margin-right: 20px;
}

.score--card {
    display: flex;
justify-content: flex-end;
margin-left: 4px;
line-height: 14px;

}
.score__btn, .onair__btn {
    border-radius:50px;
    padding: 5px;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    overflow:visible;
    cursor:pointer;
    background-color:#ffffff;
    border: #eeeeee 1px solid;
}

.score--card .score__btn .icon, .onair--card .onair__btn .icon {
    width: 14px;
    height: 14px;
    fill: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
    flex-shrink: 0
}

.score--card .score__btn .icon {
    margin: 0 0 0 3px;
}

.onair--card .onair__btn .icon {
    margin: -5px 0 5px 3px;
}

.allrooms {
    margin-bottom: 40px;
}

.allquestions {
    margin-top: 20px;
}

.question-item {
    min-height: 100px;
    margin-bottom: 10px;
}

.question-item__author {
    font-style:italic;
}

.question-item__body {
    font-size: 1.2em;
}

#question_button {
    text-align:center;
}

#question_button button {
       font-size: 24px;
       margin:10px;
}

.question-form__content {
    margin-bottom:15px;
}

.room_icon {
    padding: 5px;
    margin:5px;
}

.grid-item-content a {
    color: #ea5b0c;
}