/* @import url('http://example.com/example_style.css'); */

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style>

	.row {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: left;
  align-items: left;
  width: 30%;
}

.rowCenter {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  width: 30%;
}

input[type=number] {
  max-width: 200px;
  text-align: right;
}

.p_CollegeCosts {
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: "Poppins";
  font-size: 9pt;
  color: #434244;
}

.header3 {
  line-height: 400%;
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: "Poppins";
  /*color: #AC293B;*/
  color: #000000;
  font-weight: bold;
  font-size: 1.17em;
}

.td {
  line-height: 300%;
  flex: 1;
  font-family: Poppins;
  font-size: 10pt;
  color: #434244;
}

.txt{
  max-width:200px;
}

.total {
  line-height: 200%;
  flex: 1;
  font-family: Poppins;
  /*color:#AC293B;*/
  color: #F67637;
  font-weight: bold;
  
}

.btnBlue {
  color: white;
  /*background-color: #006699;*/
  background-color: #1870C9;
  height: 35px;
  font-weight: normal;
  font-family: Segoe UI, arial;
  font-size: medium;
  border-width: 0px;
  cursor: pointer;
  width: 140px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #888888;
  margin-bottom: 25px;
}


</style>