﻿html {
    width: 100%;
    overflow-x: hidden;
}

body {
    color: #767676;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    color:#9da6ac;
}
.grid-photo {padding: 10px;}
.grid-photo:after {content: ''; display: block; clear: both;}
.grid-photo li {position: relative; display: block; float: left; width: 85px; height: 150px;}
.grid-photo .grid-photo-box {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    border: 5px;
    text-align: center;
    padding-top: 15px;
    height: 100%;
}
.grid-photo-box i {
    font-size: 30px;
}
.grid-photo-circle {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #e7511e;
    color: #fff;
    margin: 0px auto;
    padding-top: 15px;
}
.weekName {
	min-height: 20px;
	background-color: #CDCDCD;
	color: #000000;
	font-weight: bold;
	clear: both;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
.transportbox {
    margin: 10px 10px 0 10px;
    background-color: #fff;
    padding: 10px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    overflow: hidden;
    clear: both;
}
.colSoccoritoreNew {
    background-color: #f5f1f1;
    position: absolute;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    color: #000;
}