div.pkp_structure_content {
    text-align: justify;
}

.button {
    background-color: #f3cc72;
    border: none;
    border-radius: 8px;
    color: black;
    padding: 12px;
    width: 180px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.button:hover {
    color: black;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button2 {
	background-color: #d39912;
    color: white;
}

.button2:hover {
	color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}