/*CSS for cell : linkologyRecord*/
.record-ctrl
{
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    border: thin solid #feb300;
    border-radius: 4px;
    color: #feb300;
}

.record-but
{
    margin: 10px;
    color:ghostwhite;
    font-size: 15px;
}

.record-audio-list
{
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-direction: column;
    color: #feb300;
}

.record-audio-send
{
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #feb300;  
}