/* CSS Document */

.venum-size-box {
    font-family: Arial, sans-serif;
    max-width: 500px;
    border: 1px solid #ddd;
    padding: 15px;
    color: #333;
    line-height: 1.5;
}

.venum-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
    text-align: center;
}

.venum-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 0.9em;
}

.venum-table thead tr {
    background-color: #f8f8f8;
    border-bottom: 2px solid #eee;
}

.venum-table th {
    padding: 8px;
    border: 1px solid #eee;
    font-weight: bold;
}

.venum-table td {
    padding: 6px;
    border: 1px solid #eee;
}

.venum-disclaimer {
    font-size: 0.8em;
    font-style: italic;
    margin: 8px 0;
    color: #666;
}

.venum-subtitle {
    margin: 10px 0 5px 0;
    font-size: 1em;
}

.venum-list {
    padding-left: 18px;
    margin: 0;
    font-size: 0.85em;
    list-style-type: square;
}

.venum-list li {
    margin-bottom: 4px;
}

.venum-list li:last-child {
    margin-bottom: 0;
}



