/*
 *  Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree.
 */
div.messageBox {
    width: 100%;
}

textarea.message {
    width: 100%;
    height: 5em;
    resize: none;
    display: block;
    box-sizing: border-box;
    margin: 1em;
}

label {
    font-weight: 400;
}

