.debug { background-color: #cdcdcd; border-radius: 25px; margin-top: 10px; padding: 20px 0; position: relative; text-align: center; } .debugTextArea { width: 100%; height: 200px; } .debugError { color: #c84824; } .detail { border: 1px solid #cdcdcd; border-radius: 25px; margin-top: 10px; padding: 20px 0; position: relative; } .detailHeader { display: block; margin-bottom: 10px; text-align: center; }