* {
	font-family: Helvetica, Arial, sans-serif;
}

header {
	padding: 0 15px;
}

header nav a {
	color: #729fcf;
}

header nav a:hover,
header nav a:active {
	color: #10447a;
}

a {
	color: #3e4d48;
	text-decoration: none;
}

div.riga {
	align-items: flex-start;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	div.riga {
		align-items: center;
		flex-direction: row;
	}
}

.tournament .riga {
	background: #f9f9f9;
	border-bottom: 1px solid #ececec;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.tournament .riga {
		padding-bottom: 27px;
	}
}

.tournament:nth-child(even) .riga {
	background: #fff;
}

.tournament-name {
	font-weight: bold;
	font-size: 22px;
	color: #333;
	margin-top: 27px;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 768px) {
	.tournament-name {
		margin-top: 0;
	}
}

.imgCover {
    width: 45%;
    height: 183px;
    margin-right: 15px;
	object-fit: cover;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
	.imgCover {
		width: 100%;
        height: 100%;
	}
}

.ui-widget-header {
	border: none;
	border-bottom: 3px solid #F9B233;
	padding: 0px;
	font-size: 16px;
    background: #007CC3;
    color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #007CC3;
    background: #007CC3;
    color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #F9B233;
    background: #F9B233;
    color: #333;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #F9B233;
    background: #F9B233;
    color: #333;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #fff;
    text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

header {
    padding: 15px 15px;
}