@import 'http://fonts.googleapis.com/css?family=Quantico|Cabin+Condensed|Dosis|Electrolize|Spinnaker|Francois+One|Iceberg|Share|Tulpen+One|Wallpoet';

.stopwatch.theme-1 {
 
}
.stopwatch.theme-1 * {
  
}
.stopwatch.theme-1 .the-time {
 
  color: #fff;
  font-family: 'Quantico', sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
  padding: 3px;
  background-color: #333333;
 
  text-align: center;
}
.stopwatch.theme-1 .min:before {
  content: ':';
}
.stopwatch.theme-1 .min:after {
  content: ':';
}

