.plugin-unittest {

    input[type="file"] {
        padding: 2px;
    }

    #dropPanel {
        padding: 20px;

        .droppable {
            background-color: #f7f7f7;

            textarea {
                background-color: #f7f7f7;
            }
        }

        textarea {
            width: 100%;
            height: 120px;
        }
    }

    .test-results-panel {
        padding: 20px;

        .test-results-list {
            width: 100%;
            margin: 20px 0 30px;

            th,
            td {
                padding: 5px 10px;
                text-align: left;
            }

            th {
                background: #f7f7f7;
                border-bottom: 1px solid #ddd;
                font-weight: 400;
            }

            td {
                border-bottom: 1px solid #eee;
            }
        }
    }
}
