a {
    text-decoration: none;
    color: #2E2E8A;
}

a:hover {
    color: #0000CC;
}

#detailPicture {
    padding-top: 25px;
}

#pictureName {
    font-size: 22px;
}

.pictureDescription {
    margin-top: 25px;
}

table {
    color: white;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.actionDesign ul li:hover {
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 0.2); 
}

#pictureAdministration {
    background-color: rgba(255, 255, 255, 0.8); 
    color: darkgreen;
    width: 225px;
    cursor: pointer;
}

#informationToggler {
    margin-top: 25px;
}

#pictureDescriptionText {
    width: 85%;
    margin: auto;
    text-align: left;
}

#request {
    margin: 20px auto;
    font-size: 20px;
    color: white;
    text-align: center;
    
    background-color: rgba(30, 200, 45, 0.5);
    border-radius: 25px;
    box-shadow: 5px 5px 20px grey;
    
    padding-bottom: 25px;
    padding-top: 25px;
    
    width: 656px;
    
    cursor: pointer;
}