/*
  Add <link rel="stylesheet" href="style.css"> to index.html before </head>
*/

.icon-wrapper  {
	display: none !important;
}

.item-wrapper  {
	cursor: default !important;
}

.modal {
	display: none !important;
}

.modal-backdrop.show {
	display: none !important;
}

.modal-open {
	overflow: visible !important;
	padding-right: 0px !important;
}

body > section:last-of-type {
	display: none !important;
	background-color: blue;
}
