.box18{
    width: 50%;
    margin:1em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
    margin-left:2em;
    margin-right:2em;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}

.box18 > .box18-wordbox {
    display: inline-block;
    position: relative;
    left: 0%;
    top: -20px;
    background: white;
}
.box18 > .box18-wordbox > a {
    color: #ffcb8a;
    font-size: 110%;
}