html,
body {
    background: #282C34;
    
    overflow-x: hidden;
    width: 100%;
}

#mainWrapper {
	max-width: 700px;
	width: 100%;
}

#main {
	padding: 10px;
}

.continueButton {
	position: fixed;
	bottom: 0px;
	max-width: 595px;
	width: 90%;
}

p {
	color: white;
}

.continueButton .button {

	font-size: 20px !important;
}

.lista-spectacole {
	margin-bottom: 50px !important;
}

.lista-spectacole {

	justify-content: center;
}

div#main {
	background: #282C34;
	margin-top: 0px;
	padding-top: 30px;
}

.ui.menu {
	background: #21252B;
	border-radius: 0px;
	margin-bottom: 0px;
}

.ui.menu * {
	color: #61AFEF !important;
	font-weight: bold;
}

a.item:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, .5);
}

.ui.cards>.card {
	background: #21252B;
	box-shadow: 0 1px 3px 0 #61AFEF70, 0 0 0 1px #61AFEF70;
}

a,
.ui.list>.item a.header {
	color: #61AFEF !important;
}

.ui.cards .content * {
	color: #61AFEF !important;
}

.lista-spectacole .ui.button {
    background: #61afef;
    color: white;
    text-shadow: 0px 0px 5px #00000069;
}

.ui.button.primary {
	background: #61AFEF;
}
.lista-spectacole .bottom.primary {
    background: #db2828 !important;
}
.ui.list .list>.item .description,
.ui.list>.item .description {
	display: block;
	color: rgba(255, 255, 255, 0.7);
}

.ui.form .field>label {
	color: #61AFEF;
}

input,
select,
textarea {
	background: #21252B !important;
	color: white !important;
	border: 1px solid #3e6277 !important;
}

div.trimise {
	color: #bdbdbd;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

div.trimise span {
	color: #db2828;
}
.ui.image.header .content{ 
    color: #61afef !important;
}
.ui.segment {
    background: #21252b;
}

.ui.teal.button {
    background: #61afef;
}
.ui.menu .item {
    width: 50%;
    text-align: center;
    display: block !important;
}

.ui.menu .item:hover {
    background: #61afef !important;
    color: white !important;
}