.settings-container {
	width:calc(100% - 350px);
	}

.admin-add-new-hotspot, .hotspot_element {
	width:100%; 
	background: #f9f9f9; 
	border: 1px solid #dfdfdf;
	padding: 10px; 
	margin: 0 0 10px 0; 
	box-sizing: border-box; 
	display: table;
	}
	
.donate {
	width:350px; 
	background: #f9f9f9; 
	border: 1px solid #dfdfdf;
	padding: 20px; 
	box-sizing: border-box; 
	position: fixed;
	right: 0;
	top: 70px;
	}
	
.donate div{
	margin: 0 auto;
	width: 100px;
	}
	
.donate h3, .donate p{
	text-align: center;
	}	