table {
    border: none !important; 
    border-collapse: collapse;
    width: 100%;
}

table, tbody, th, td {
    border: none !important; 
}

input {
    padding: 10px;
    font-size: 16px;
}

button {
    padding: 10px;
    font-size: 16px;
}

.border {
    border: 1px solid #ccc;
}

.btn {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.btn-green {
    background-color: #4CAF50;
    color: white;
}

/* bring highlight style from just-the-docs */
#status {
    background: rgba(255,235,130,0.2);
    border-left: 4px solid #e7af06;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);
    padding: .8rem
}

#reader {
    background: rgba(65, 214, 147, 0.2);
    border-left: 4px solid #026e57;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
}