		.flipdown-container{
			/*margin: auto;*/
			/*width: 80%;*/
			margin-bottom: 15px;
			margin-left: 15px;
		}



		/* Font styles */
		.flipdown.flipdown__theme-dark {
			font-family: sans-serif;
			font-weight: normal;
			font-size: 26px;
		}

		/* Rotor group headings */
		.flipdown.flipdown__theme-dark .rotor-group-heading:before {
			color: #000000;
			font-size: medium;
			font-weight: bold;
		}

		/* Delimeters */
		.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
		.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
			background-color: #1D2F3D;
		}

		/* Rotor tops */
		.flipdown.flipdown__theme-dark .rotor,
		.flipdown.flipdown__theme-dark .rotor-top,
		.flipdown.flipdown__theme-dark .rotor-leaf-front {
			color: #FFFFFF;
			background-color: #1D2F3D;
		}

		/* Rotor bottoms */
		.flipdown.flipdown__theme-dark .rotor-bottom,
		.flipdown.flipdown__theme-dark .rotor-leaf-rear {
			color: #EFEFEF;
			background-color: #1D2F3D;
		}

		/* Hinge */
		.flipdown.flipdown__theme-dark .rotor:after {
			border-top: solid 1px #1D2F3D;
		}