.divasbook{
    text-align: center;
    padding: 2.5rem 0;
    border: 1px solid #ecf0f8;
    border-radius: 3px;
}
.night .divasbook{
    border:1px solid #444;
}
.divasbook p{
    font-size: 1rem;
}
.night .divasbook p{
    color:#aaa;
}
.divasbook span{
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 0.5rem;
    background-color: #07b672;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin-top: 1rem;
    cursor: pointer;
}
.asbokkes-ripple {
    display: inline-block;
    position: relative;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
}

.asbokkes-ripple div {
	position: absolute;
	border: 0.2rem solid #2196F3;
	opacity: 1;
	border-radius: 50%;
	animation: asbokkes-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.asbokkes-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes asbokkes-ripple {
	0% {
	  	top: 36px;
	  	left: 36px;
	  	width: 0;
	  	height: 0;
	  	opacity: 1;
	}
	100% {
	  	top: 0px;
	  	left: 0px;
	  	width: 72px;
	  	height: 72px;
	  	opacity: 0;
	}
}
.asbookload{
    text-align: center;
    border: 1px solid #e8e8fd;
    padding: 2rem;
    border-radius: 3px;
}
.night .asbookload{
    border:1px solid #444;
}
.night .asbookload p{
    color:#aaa;
}
@media screen and (max-width: 330px){
    .divasbook p {
        font-size: 0.8rem;
    }
}