body {
  background: #ffff;
  font-family: "Roboto", sans-serif;
}

.container {
  /* center the div */
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  /* give it dimensions */
  min-height: 100em;
  width: 1280px;
  /* just for example presentation */
  top: 5em;
  background: #fff;
  padding: 0;
}

.no-access {
  text-align: center;
  margin-top: 250px;
  font-size: 18px;
}

.un-auth {
  /*font-family: 'Lato', sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 36px;
  color: red;
  margin-bottom: 20px;
}

.title {
  /*font-family: 'Lato', sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 24px;
  margin: 15px;
}

.stats {
  width: 100%;
  margin-left: 0;
}

.stat-container {
  border-right: 1px solid #ccc;
}

.radio label {
  font-size: 16px;
  color: #3F51B5;
  font-weight: 400;
  margin-top: 10px !important;
}

.radio-inline input {
  margin: 1px -20px 0 !important;
}

.last {
  border-right: 0;
}

.stat-container .stat {
  /*font-family: 'Lato', sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 24px;
}

.stat-container .desc {
  text-transform: uppercase;
  color: #3F51B5;
}

.seg-table {
  margin-top: 30px;
  margin-left: 15px;
  max-height: 700px;
  overflow: auto;
}

.seg-table table {
  width: 100%;
}

.seg-table th {
  padding: 5px 0;
  font-weight: 400;
  color: #FF9800;
}

.seg-table td {
  padding: 5px 0;
}

.seg-table tr a {
  color: #3F51B5;
}

.seg-table td.size {
  /*font-family: 'Lato', sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 16px;
}

.seg-table td.size,
.seg-table th.size {
  text-align: right;
}

.seg-table input {
  background: #fff;
  border: 1px solid #607d8b;
  border-radius: 1px;
  height: 16px;
  width: 16px;
}

a.segment {
  cursor: pointer;
}

.bread-crumb {
  margin-top: 15px;
  padding: 30px 0;
  background: rgb(226, 230, 234);
}

.bread-crumb .path {
  font-size: 16px;
  margin-left: 15px;
}

.bread-crumb p {
  margin: 10px 15px 0 15px;
  color: #666;
}

.bubble-chart {
  margin-left: 100px;
}

.bubble-chart .segment-node.hover {
  fill: #fff !important;
  cursor: pointer;
}