﻿.pubstud-prompt-component {
    display: flex;
    flex-direction: row;
    width: 100%;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 8px;
    background-color: #FFEBE4;
}
.pubstud-prompt-text {
    
}
.pubstud-prompt-controls {
    display: flex;
    flex-direction: column;
    background-color: #fae4ff;
    flex: 0 0 100px;
    margin:10px;
    padding:10px;
}
