.rhide, .rbuy {
	padding: 10px;
    background: #fdf6ba;
    border: 1px solid #ffe81d;
    margin: 10px;
    text-align: center;
    position: relative;
}
.rbuy-btn {
	background: rgb(56, 169, 50);
    display: inline-block;
    margin: 20px 0 5px 0;
    padding: 5px 8px;
    color: rgb(255, 255, 255);
    border: 1px solid #0a9402;
    box-shadow: inset 0 12px 10px #46c540;
	transition: all .3s;
}

.rbuy-btn:hover {
	cursor:pointer;
	background: rgb(63, 199, 56);
    box-shadow: inset 0 12px 10px #4ae843;
	transition: all .3s;
}