h1{
    text-align: center;
    margin-bottom: 40px;
}
table.index { 
    /*width: 80%; */
    table-layout: fixed;
    border-collapse: collapse; 
    margin: 0 auto;
}
/* Zebra striping */
.index  tr:nth-of-type(odd) { 
    background: #f2f2f2; 
}
.index th { 
    background-image: linear-gradient(#efefef, #969696);
    color: #000;
    font-weight: 600; 
}
.index td, .index th { 
    padding: 20px !important; 
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: left; 
    text-align: center
}
/*Mobile View*/
@media 
only screen and 
    (max-width: 760px){
    .index td, .index  tr { 
        display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.index  thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.index tr {
        border: 1px solid #E74C3C; 
    }
    .index tr + tr{
        margin-top: 1.5em;
    }
	.index td { 
		/* make like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
        text-align: left; 
	}
	.index td:before { 
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
	    margin-left: -100%;
        width: 100%;
		white-space: nowrap;
	}
}


.index  div.artist  img {
width: 40px;
border-radius: 50%;
border: 3px solid #dedada;
margin: 2px;
}

.index  div.artist .pos-content .last{
float: right;
padding-right: 10px;
}
.index div.artist .pos-content .first{
float: left;
padding-left: 10px;
margin-top: 10px;
}
.index .teamPhotoImag {
    position: relative;
}

.index .teamPhotoImag img{
border-radius: 50%;
border: 5px solid #dedada;
}

.index .teamPhotoImag .custom .award img{
    border: none;
    border-radius: 0;
    position: absolute;
    z-index: 2;
    width: 60px;
    top: 2px;
    left: 10px;
}

.yoo-zoo.rating div.rating-container {
    margin-left: auto;
    margin-right: auto;
}
.pieceName .last{
    font-size: 12px;
}
.pieceName .last h3{
    font-size: 11px;
    line-height: 2px;
}