.codewrapper pre
{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    cursor: default;
    color: white !important;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #0073DC;
    background-color: #0073DC;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    text-decoration: none;
    align-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #3f3f3f;
    border: 1px solid #beb8b8;
    font-size: 14px;
    padding: 5px 5px 5px 3px;
    border-radius: 50%;
    display: inline-block;
}