.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}

/*new*/
.text-sm {
  font-size: 0.8em;
}
.text-sm {
  font-weight: bold;
}
.card-t {
  color: #ff374b;
}
.card {
  margin-top: 1em;
}
.j-w-33 {
  width: 33%;
}
.book-h4 {
  margin: 0 auto; 
  text-align: center;
  color: #6699cc;
  font-weight: bold;
}
p {
  color: #4d4d4d;
  /*font-size: 0.9em;*/
}

.bg-jprimary {
  background-color: #6699cc;
  color: #fff;
}

.dt-button {
  padding: 0.3em !important;
  background-color: #007bff !important;
  color: #fff !important;
}


.lcontainer {
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em;
  /*background-color: #fff;*/
  background-color: #f5f5f5;
}

.sign-up {
  margin-top: 20px;
}

.login-form{ 
  width:330px;
  margin:20px;
  margin-top: 20px;
  background-color: #fff;
}

.jbody {
  margin-top: 10px !important;
  box-shadow: 3px 2px 7px #888888;
}

.container {
  margin-top: 20px; 
  min-height: 79.7vh;
}

body {
  /*min-height: 100vh !important;*/
  /*padding: 0;*/
  font-family: 'Prompt', sans-serif;
}

.jbox {
  box-shadow: 3px 2px 7px #888888;
}

p a {
  color: #fff;
}

p a:hover {
  text-decoration: none;
  color: #79ace9;
}

.header a:hover {
  text-decoration: none;
  color: #79ace9;
}