.md-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.md-form-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.md-form-table th {
    width: 200px;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.md-form-table td {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.md-list-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.md-list-table th, .md-list-table td {
    padding: 8px;
    border: 1px solid #eee;
}
.md-list-table th {
    background: #f8f9fa;
}

.md-button {
    display: inline-block;
    padding: 8px 16px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.md-button:hover {
    background: #135e96;
}

.notice {
    margin: 15px 0;
    padding: 10px;
}
.notice-success {
    border-left: 4px solid #46b450;
}
.notice-error {
    border-left: 4px solid #dc3232;
}


