.gpa-calc{
  padding: 10px;
  color: #444;
  background: #ddd;
  font-family: Verdana;
  font-size: 12px;
  line-height: 1em;
}
.gpa-calc p{
	line-height: 1.2em;
	color: #444;
}
.gpa-total p{
	color: #fff;
}
.gpa-row{
    position: relative;
    padding-top: 5px;
}
.gpa-row select{
	margin-right: 2%;
}
.gpa-row input{
	margin-right: 2%;
}
.gpa-name{
	font-size: 1em;
}
.gpa-credits{
  margin-left: 20px;

}
.gpa-grades{
  margin-left: .6em;
}
.sign-add-subtract{
  font-size: 1.25em;
  background: red;
  color: #fff;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
  line-height: 1em;
  height: 1.05em;
  width: 1.05em;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  -webkit-transition: .25s all;
  -moz-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.add-row{

  background: green;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.gpa-total{
  width: 96%;
  background: #6e2639;
  border-radius: 5px;
  margin-top: 10px;
  color: #fff;  
  text-align: center;
  padding: 2%;

}
.calc-gpa{
  font-size: 3.5em; 
}
.boilerplate{
  font-size: .75em;
  margin-top: 10px;
  color: #fff;
}
.scholarship{
  margin-top: 10px;
  color: #fff;
}
.message-icon{
  font-size: 2.25em;
  color: #fff;  
  text-align: center;
  vertical-align: top;
  border: 3px solid #fff;
  line-height: 28px;
  margin-right: 5px;
  height: 30px;
  width: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 0 5px; 
  background: green;
  float: left;
}
.hide-me{
  display: none;
}
.gpa-tabs{
  width: 108%;
  height: 30px;
  margin-left: -4%;
  margin-top: -10px;
  background: #fff;
}
.gpa-tab{
  padding: 8.5px 10px;
  display: block;
  float: right;
  background: #aaa;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 2;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
}
.gpa-tab.add{
  font-size: 14px;
  padding: 7.75px 10px;
  margin-right: -5px;
  border-radius: 5px 0px 0 0;
  color: #444;
  background: #ddd;
  position: relative;
  z-index: 1;

}
.gpa-tab input{
  padding: 0;
  color: #777;
  background: transparent;
  text-align: center;
  border: none;
  width: 50px;
}