pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%;
    overflow: auto;
    padding: 25px 10px 5px 0;
    display: block;
    word-wrap: break-word;
    border: 2px solid grey;
    border-left: 12px solid #2c3e50;
    border-radius: 5px;
    padding: 14px;
    line-height: 24px;
    background-image: linear-gradient(180deg, #eee 50%, #fff 50%);
    background-size: 100% 48px;
    background-position: 0 14px;
}

#table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
}

#table td, #table th {
    border: 1px solid #ddd;
    padding: 8px;
}

#table tr:nth-child(even){background-color: #f2f2f2;}

#table tr:hover {background-color: #ddd;}

#table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2c3e50;
    color: white;
}