.callhelperwrap{
    width: 100%;
    padding: 0.5%;
    font-size: 0.9em;
    box-sizing: border-box;
}
.callhelperwrap .scriptwrap{
    /*margin: 5px;*/
}

.callhelperwrap .scriptwrap h3{
    margin: 3px;
}

.callhelperwrap .scriptwrap .answer:hover {
    border: 1px solid white;
    text-shadow: 1px 1px 4px dimgray;
}
.callhelperwrap .scriptwrap .answer {
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    float: left;
    background-color: lightgray;
    border-radius: 10px;
    box-shadow: 0 0 2px black;
    border: 1px solid lightgray;
}