.rmwp-button-wrap{
	button{
		color: #0d6efd;
		background-color: #ffffff;
		border-color: #e2e6ea;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 1px solid #e2e6ea;
		margin: 0 0 0 2px;
		padding: 0 0.3rem;
		font-size: 9.75pt;
		line-height: 1.5;
		border-radius: 0.25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		&.open,
		&:hover {
			color: #212529;
			background-color: #e2e6ea;
			border-color: #dae0e5;
			cursor: pointer;
		}
	}
}