#toolbar{background:#aaa;}
.blogbox p {text-align:left;}

.smallselect {
    font-size: 16px;  /* Adjust size as needed */
    padding: 5px;     /* Adjust padding as needed */
    width: 150px;     /* Adjust width as needed */
    border: 1px solid #ccc; /* Optional border style */
    border-radius: 4px; /* Optional rounded corners */
}

.select {
    font-size: 16px;  /* Adjust size as needed */
    padding: 5px;     /* Adjust padding as needed */
    width: 80%;     /* Adjust width as needed */
    border: 1px solid #ccc; /* Optional border style */
    border-radius: 4px; /* Optional rounded corners */
}

/* General Button Style */
button, a.whatsapp-button {
    background-color: #33351f;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: white 2px solid;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;  /* Remove underline from the link */
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin:11px;
}

button:hover, a.whatsapp-button:hover {
    background-color: #128C7E;
    transform: scale(1.05);  /* Slightly enlarge the button on hover */
}

button:focus, a.whatsapp-button:focus {
    outline: none;  /* Remove outline on focus */
}

/* Optional: Adding a WhatsApp Icon */
a.whatsapp-button i {
    margin-right: 8px;  /* Space between icon and text */
}

.button {
    background-color: #33351f; 
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: white 2px solid;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;  /* Remove underline from the link */
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin:11px;
}

.button:hover {
    background-color: #128C7E;
    transform: scale(1.05);  /* Slightly enlarge the button on hover */
}

.button:focus {
    outline: none;  /* Remove outline on focus */
}

P.clear{clear:both;}