/* Stylesheet for everything related to coursbook */
/* */

.workshopblock {
    margin: 3px;
    padding: 3px;
    border: 1px;
    border-style: solid;
    float: left;
}

/* New Workshop */
input[type=submit] {
    background-color: #72A2F9;
    margin-top:1rem;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #4383F8;
}


th {
    width: 15%;
}

td {
    text-align: center;
}

.dropdown-content p:hover {
    color: #72A2F9;
    border-bottom: #72A2F9 solid 2px;
    transition: border-bottom 0.3s, color 0.3s;
}

#workshop-container {
    gap: 10px;
}