﻿.Panel {
    background-color: #e1e2e6;
    width: 700px;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
}

.Panel-row {
    display: block;
    padding: 5px 0 5px 0;
}
.Panel-row--identifier {
    text-align: left;
}
.Panel-row--submission {
    padding-top: 15px;
    text-align: right;
}
.Panel-row--stackable {
    width: 470px;
}
.Panel-row--stackRight {
    text-align: right;
}
.Panel-row--stackLeft {
    padding: 15px 0 0 20px;
    text-align: left;
}
