#tnm-time {
	text-align: center;

}
#tnm-miles {
	text-align: center;

}
#tnm-clock-btn {
	background-color: rgb(0,173,0);


}
#tnm-mile-btn {
	background-color: rgb(0,173,0);


}
#tnm-list-content {
  padding: 45px;
}
/*

.ui-header{
	border-style: none;
}
.ui-footer{
	border-style: none;
}
*/
/*
#cancel {
  display: none;
}
*/

#newitem {
  display: none;
  height: 90px;
}

#item_tm {
  display: none;
}

#save {
  font-size: 8pt;
}

#text {
  font-size: 8pt;
}

div.delete {
  display: none;
  font-size: 8pt;
  float: right;
  border: 1px solid #900;
  border-radius: 5px;
  padding: 5px;
  color: white;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.18, rgb(173,0,0)),
    color-stop(0.57, rgb(250,120,120))
  );
}

li span.ui-icon-arrow-r {
  display: none;
}

div.toggle {
  float: left;
  border: none;
  font-size: 20px;
  width: 20px; 
  height:20px;

}
span.check {
  border: 2px solid #333; 
  line-height: 20px; 
  font-size: 20px;
  width: 20px; 
  height:20px;
  display: inline-block;
  margin-right: 10px;
}
a.addproject {
  left: 2%;

}

#tnm_cl_tm {
	display: none;
}

#tnm_cl_newclient {
  display: none;
}

#tnm_cl_client_tm {
  display: none;
}

#tnm_cl_save {
  font-size: 8pt;
}

#tnm_cl_text {
  font-size: 8pt;
}

.tnm-item-list thead th,
.tnm-item-list tbody tr:last-child {
  border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.tnm-item-list tbody td {
  border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback */
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.tnm-item-list tbody tr:last-child td {
  border-bottom: 0;
}
.tnm-item-list tbody tr:nth-child(odd) td {
  background-color: #eeeeee; /* non-RGBA fallback */
  background-color: rgba(0,0,0,.04);
}

/* stack all grids below 40em (640px) */
@media all and (max-width: 75em) {
  .my-breakpoint .ui-block-a,
  .my-breakpoint .ui-block-b,{
    width: 49.95%;
    float: none;
    background-color: yellow;
  }
}