
.radios label{
	margin-bottom: 4px;
    display: block;
}

.radios input[type="radio"]:checked + span::after {
    content: "◉";
    color: #d8e3f6;
    font-size: 1.2em;
    margin-left: 5px;
    position: absolute;
    right: -4px;
    top: 12px;
    width: 18px;
    display: block;
    height: 19px;
    background: #4285f4;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
}

.name_of_resBooks{
	height: 100%;
    width: 100%;
    font-size: 9px!important;
    white-space: break-spaces;
    line-height: 15.5px!important;
    top: 0;
}


















































