* {
	margin: 0; padding: 0;
}

html,
body {
	background-color: #ffffff;
}    

div.riga {
    padding: 15px;
	display: flex;
	align-items: center;
}

div.colonna-1-1,
div.colonna-1-2,
div.colonna-1-3	{
	background: rgba(100,100,100,0.0);
}
.imgTorneo {
	width: 55px;
	height: 55px;
	margin: 2px;
}

.avatar_footer {
	width : 45px;
	height : 45px;
	margin: 15px 0px 6px 0px;
}

.comment {

	width: 100%;
	padding: 25px;
	color: #788173;
	font-weight: bold;
	text-align: center;
    font-size: 13px;
}

.imgCg {
	width: 60px;
	height: 60px;
	background-color : #f6f6f6;
	float: left;
	border: 1px #f6f6f6 solid;
	cursor: pointer;

}

.spanCgC {
	float: left;
	margin-left: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

.spanCgC2 {
	float: left;
	margin-left: 10px;
	color: #000000;
	font-size: 10px;
}

a {
    text-decoration: none;
}

.neg {
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px;
}

.ui-tooltip,
.arrow:after {
    background: #788173;
    border: 0px;
}

.ui-tooltip {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
}

.arrow {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}    

.ui-dialog-titlebar-close {
	visibility: hidden;
}
    
.thumb_big {
    opacity: 0.7;
}
    
.thumb_big:hover {
    opacity: 1;
}
    
.flag_ieg {
    width: 60px;
    height: 40px;
    float: left;
}
    
.imgCover {
    width: 75px;
    height: 75px;
    margin-right: 15px;
	object-fit: cover;
}

.tournament-name {
	font-weight: normal;
    font-size: 18px;
	width: calc(100% - 90px);
}

.ui-tabs {
    padding: 0px;
    border: 0px !important;
    border-bottom: 3px solid #c0202f;
}
    
.ui-tabs-panel {
    padding: 0 !important;
    background-color: #ffffff !important;
}

a#ui-id-4.ui-tabs-anchor {
    display: none !important;
}

a#ui-id-2.ui-tabs-anchor {
    display: none !important;
}