А именно, как сделать скругление в данном коде вкладок Делаем скругление вкладок в блоке "ответ": Необходимо добавить значение border-radius: 10px; в следующей части кода: .acor-container .acor-body {
width: calc(100% - 40px);
margin: 0 auto;
height: 0;
color: rgba(0, 0, 0, 0);
background-color: #BFE2FF;
line-height: 18px;
padding: 0 30px;
box-sizing: border-box;
transition: color 0.5s, padding 0.5s;
overflow: hidden;
font-family: Verdana, sans-serif;
font-size: 16px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
border-radius: 10px; Для того что-бы сделать скругление вкладкам "вопрос" необ ходимо добавить тоже самое значение "border-radius: 10px;" в следующей части кода: .acor-container label {
cursor: pointer;
background-color: #337AB7;
display: block;
padding: 15px 20px;
width: 100%;
color: #BFE2FF;
font-weight: 300;
box-sizing: border-box;
z-index: 100;
font-family