.content-links.Layout3 {
    border: 1px solid;
    padding: 11px;
    margin-bottom: 14px;
    border-radius: 10px;
}

.content-links button {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.content-links.Layout4 {
    border: 1px solid;
    padding: 11px;
    margin-bottom: 14px;
    border-radius: 10px;
}

.content-links.Layout4 {
    border: 1px solid;
    padding: 11px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #efefef;
    color: black;
    box-shadow: 1px 1px 1px 1px;
}

.content-links{
	margin-bottom: 14px;
}

.content-links.Layout5 button {
    margin-bottom: 14px;
    width: 160px;
    height: 37px;
    border: 1px solid #016d0f;
    border-radius: 4px 4px 4px 4px;
    background-color: #4dc100;
    -webkit-box-shadow: 0px 0px 2px 0px #333333;
    -moz-box-shadow: 0px 0px 2px 0px #333333;
    box-shadow: 0px 0px 2px 0px #333333;
    color: #fff;
    display: inline-block;
}
.content-links.Layout5 button:hover {
    margin-bottom: 14px;
    width: 160px;
    height: 37px;
    border: 1px solid #016d0f;
    border-radius: 4px 4px 4px 4px;
    background-color: green;
    -webkit-box-shadow: 0px 0px 2px 0px #333333;
    -moz-box-shadow: 0px 0px 2px 0px #333333;
    box-shadow: 0px 0px 2px 0px #333333;
    color: #fff;
    display: inline-block;
}
.content-links.Layout5 {
    border-bottom: 1px solid;
 
}