
/* Custom Stylesheet */

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-image: linear-gradient(bottom, rgb(247,74,0) 0%, rgb(245,114,0) 50%, rgb(245,143,0) 75%);
  background-image: -o-linear-gradient(bottom, rgb(247,74,0) 0%, rgb(245,114,0) 50%, rgb(245,143,0) 75%);
  background-image: -moz-linear-gradient(bottom, rgb(247,74,0) 0%, rgb(245,114,0) 50%, rgb(245,143,0) 75%);
  background-image: -webkit-linear-gradient(bottom, rgb(247,74,0) 0%, rgb(245,114,0) 50%, rgb(245,143,0) 75%);
  background-image: -ms-linear-gradient(bottom, rgb(247,74,0) 0%, rgb(245,114,0) 50%, rgb(245,143,0) 75%);

  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0, rgb(247,74,0)),
  	color-stop(0.5, rgb(245,114,0)),
  	color-stop(0.75, rgb(245,143,0))
  );
}

div.pp_overlay { background: black; }
div.ppt { display: none !important; }
div.pp_pic_holder {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
div.pp_content img { outline: solid 1px rgba(255,255,255,0.1); }
p.pp_description { font-weight: normal; margin-top: 2px; }
p.pp_description a { 
  color: #2d2d2d; font-weight: bold;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
p.pp_description a:hover { 
  color: #f74b00;
  text-decoration: none;
}

p.pp_description a small { font-weight: normal; }

p.currentTextHolder { margin-top: 0; }
.pp_details a.pp_close { background: url(../images/prettyPhoto/cross.png) center no-repeat; width: 20px; color: white; }

.pp_hoverContainer {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
}

#pp_full_res {
  position: relative;
}

.pp_content img#fullResImage {
  display: block;
}

#pp_full_res:after {
  position: absolute;
  display: block;
  content: "\020";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#break-title.orange{
  padding: 20px 0 20px;
  margin: 0 0 0 0;
  border: solid #e2e2e2;
  border-width: 1px 0;
  background-color: #ff5400;
}

#break-title.orange-grad{
	padding: 40px 0 20px;
	margin: 0 0 0 0;
	border: solid #e2e2e2;
	border-width: 1px 0;
  background: #2d3345;
	/*background: #ff5400;*/
	/*background-image: url(../images/noisy-texture.png);*/

}

#break-title.pink{
  padding: 40px 0 20px;
  margin: 0 0 0 0;
  border: solid #e2e2e2;
  border-width: 1px 0;
  background: #C7236E;
}

#break-title.blue{
  padding: 20px 0 20px;
  margin: 0 0 0 0;
  border: solid #e2e2e2;
  border-width: 1px 0;
  background-color: #3E6B85;
}

#break-title.burnOrange{
	padding: 20px 0 20px;
	margin: 0 0 0 0;
	border: solid #e2e2e2;
	border-width: 1px 0;
	background-color: rgb(196, 108, 59);
}

#break-title.red{
	padding: 20px 0 20px;
	margin: 0 0 0 0;
	border: solid #e2e2e2;
	border-width: 1px 0;
	background-color: rgb(218, 11, 11);
}


#break-title hgroup h1:first-child {
  font-size: 333.33% !important;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 0.3em;
  color: #fff;
  text-align: center;
}

#break-title hgroup h1{
  font-size: 233.33% !important;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 0.3em;
  color: #fff;
  text-align: center;
}

#break-title hgroup h2 {
  color: #8c8c8c;
  font-size: 100.00% !important;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  color: #fff;
  text-align: center;
}

#break-title hgroup h2 a {
  color: #2d2d2d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#break-title hgroup h2 a:hover {
  color: #f74b00; 
  text-decoration: none;
}

#break-title hgroup h3 {
  color: #8c8c8c;
  font-size: 130.00% !important;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  color: #fff;
  text-align: center;
}

#break-title hgroup p {
  color: #8c8c8c;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}

/* Login styles */

.login_btn {
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
	-moz-text-shadow:1px 1px 0 #000;
	-webkit-text-shadow:1px 1px 0 #000;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin-top:11px;
	background:#3d3d3d;
	float:right;
	height:32px;
	
}
.login_btn:hover {
	background:#656565;
}
.login_btn span {
	color:#fff;
	float:left;
	padding:0 10px 0 10px;
	text-align:center;
	margin-top: 8px;
	padding-bottom: 10px;
}
.triangle {
	float:left;
	width:0px;
	height:0px;
	margin:14px 9px 0 0;
	border-left:5px solid transparent;
	/* left arrow slant */
	border-right:5px solid transparent;
	/* right arrow slant */
	border-top:5px solid #fff;
	/* bottom,add background color here */
	font-size:0px;
	line-height:0px;
}
#content {
	height:733px;
	background:url('img/bg.jpg') center;
}
#login_box {
	display:none;
	position:absolute;
	width:236px;
	margin:-50px 0 70px -170px;
}
#tab {
	background:#fff;
	width:91px;
	float:right;
	height:38px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	height:41px;
}
#tab .login_btn {
	float:left;
	margin:9px 0 0 9px;
}
#login_box_content {
	background:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	float:left;
	width:236px;
}
#login_form {
	margin:9px 0 0 9px;
}
#login_form input[type=text],#login_form input[type=password] {
	border:1px solid #d8d8d8;
	border-radius:3px;
	font:italic 14px Georgia,times,sans-serif;
	height:37px;
	width:205px;
	margin-top:10px;
	padding-left:10px;
}
#login_form input[type=submit] {
	border:none;
	background:#19677e;
	color:#fff;
	float:right;
	margin:9px 9px 9px 0;
	width:56px;
	height: 29px;
}

.orangeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #f4941e) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #f4941e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#f4941e');
	background-color:#ffce79;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	padding:9px 6px;
	text-decoration:none;
}.orangeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4941e), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #f4941e 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4941e', endColorstr='#ffce79');
	background-color:#f4941e;
}.orangeButton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

/* Stripe button style */

.stripe-button-el {
  overflow: hidden;
  display: inline-block;
  visibility: visible !important;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.stripe-button-el::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.stripe-button-el span {
  display: block;
  position: relative;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.stripe-button-el:not(:disabled):active,
.stripe-button-el.active {
  background: #005d93;
}
.stripe-button-el:not(:disabled):active span,
.stripe-button-el.active span {
  color: #eee;
  background: #008cdd;
  background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -o-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}
.stripe-button-el:disabled,
.stripe-button-el.disabled {
  background: rgba(0,0,0,0.2);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stripe-button-el:disabled span,
.stripe-button-el.disabled span {
  color: #999;
  background: #f8f9fa;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.hidden{
	display: none;
}

#download_form{
	background: #fff;
	margin: 100px;
	padding: 10px;
	border: 2px solid #f74b00;
}

#template_container{
	width: 800px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	border: 1px solid rgb(204, 203, 203);
}

.home_headline{
	float: right;
	text-align: left;
	color: #fff;
	text-decoration: none;
}

.home_headline h1{
	color: #fff;
}

.home_headline p{
	font-size: 110%;
}

.home_headline img{
	float: left;
	border: 1px solid black;
	margin-right: 40px;
}

.inline_picker h3{
	display: inline;
	text-align: center;
	cursor: pointer;
	padding: 0 15px 0 15px;
}

span.dropcap {
	
	text-align:center;
	font-weight:bold;
    width:40px;
	height:40px;
	padding:10px;
	background: #febd4b;
	color: #fff;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.linkedin-button{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

ul.pain-points{
	padding: 20px 0 20px 0;
}

ul.pain-points li{
	font-size:135%;
	font-weight: 300;
	color: #fff;
}

.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#scrollToStart img{
  margin-top: -40px;
}

.line-div{
	content: "";
	border-bottom: 1px solid #707D8A;
	border-top: 1px solid #707D8A;
	top: 0;
	width: 100%;
	background: #2d3345;
}

#register-pop-up {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 400px;
        position: relative;
        display: none;
    }
    #register-pop-up #register_up_form {
        margin-top: 13px;
    }
    #register-pop-up label {
        display: block;
        margin-bottom: 10px; 
        color: #536376;
        font-size: .9em;
    }
  
    #register-pop-up label input {
        display: block;
        width: 393px;
        height: 31px;
        background-position: -201px 0;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }
    
    #see_id {
        width: 100%;
        height: 23px;
        background-position: -202px -133px;
    }
    #left_out {
        background-position: -202px -158px;
        width: 113px; height: 16px;
    }
    #register_up_form {
        float: left;
        background: url(divider.png) repeat-x bottom left;
    }
	#register_up_form input{
        float: left;
		width: 100%;
        margin-bottom: 12px;
    }
    #actions {
        float: left;
        position: absolute;
        right: 0;
        height: 31px;
        bottom: 20px;
    }
    #close_x { 
        width: 24px; height: 23px;
        overflow: hidden; line-height: 1000px;
        display: block;
        position: absolute; top: 5px; right: 5px;
        background-position: -387px -102px;
    }
    #usage { background-position: -323px -172px; width: 67px; height: 22px;}
	
/* Resume edit styles */

#template_container form{
	display: inline-block;
}

#template_container input {
    padding: 15px;
	width:100% !important;
}

#template_container textarea{
	height:100%;
}

#verified{
	background-color: #fff;
	width: 55%;
	padding: 5%;
	font-size: 2em;
	text-align: center;
	margin: 150px 0 0 0;
}

#cbVerified1{
	background-color: #fff;
	width: 55%;
	padding: 5%;
	text-align: center;
	margin: 150px 0 0 0;
}


.overlayOuter{
    background:#000;
    opacity:0.7;
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:100001;
 }

.overlayInner{

    position:absolute;
    top:40%;/*or whatever*/
    left:40% /*or whatever*/
    width:500px;
    z-index:100001;
 }

iframe#resumePreview{
	padding-top: 20px;
	height:100%;
	background-color:#fff;
	border: 1px solid black;
 }

#frame_wrapper{
	
	left:0;  
	top:0; 
	height:100%; 
}

#popContact{
	background-color:#fff;
	width:600px;
	padding:30px;
}

.popTemplateDownload{
  background-color:#fff;
  width:600px;
  padding:30px;
}

/* Form Tool Tip */

  .ui-tooltip, .arrow:after {
    background: #f74b00;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
  .emailResumeLink{
	padding: 0 0 10px 0;
  }
 
 span.total-price{
	padding: 0 20px 0 0;
	font-size: 1.5em;
 }
 
 .shareButtons{

	float: right;

 }

 .payment-success{
    background-color: #C7236E;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    font-size: 3em;
    padding: 5em;
    line-height: 1.2em;
 }

 .payment-success p{
    font-size: .4em;
 }

 .payment-success a{
  color: #F7D100;
  text-decoration: underline;
 }

.emailResumeLink a{
  cursor: pointer;
}

#resumeSendPop{
  background: #fff;
  padding: 5em;
}

#resumeSendPop h5{
  padding-top: 3em;
  text-align: center;
}

.twitter-like-button{
  float: left;
  padding: 1em;
}

.fb-like-button{
  float: left;
  padding: 1em;
}

.google-like-button{
  float: left;
  padding: 1em;
}

.linkedin-share-button{
  float: left;
  padding: 1em;
}

div.shout{
  background: #C7236E;
  margin-bottom: 1em;
}

div.shout p{
  font-size: 3em;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: .5em;
}

.handbook-premium ul {
  padding-bottom: 8em;
}

#cover-letter-samples div{
  background-color: #fff;
  padding: 2em 6em;
}


/* Squeeze page */

#resume-error-box{
  padding-top: 40px;
  display: inline-block;
  width: 100%;
 }

 #resume-error-box iframe{
  height: 450px;
 }

 .error-bar{
  float: left;
  width: 100%;
  background-color: red;
  position: absolute;
  height: 70px;
  padding: 10px 0;
 }



 .error-bar h2{
  color: #fff;
  font-weight: 300;
 }

 .error-bar img{
  float: left;
  margin-right: 20px;
 }

.squeeze{
  margin-top: 3em;
 }

 .squeeze h1{
  text-align: center;
  font-weight: 300;
  font-size: 30px !important;
 }

  .squeeze h2{
  text-align: center;
  font-weight: 300;
  font-size: 15px !important;
 }

  .squeeze h2.big{
  text-align: center;
  font-weight: 800;
  font-size: 22px !important;
 }

  .squeeze h3.small{
  text-align: center;
  font-weight: 200;
  font-size: 16px !important;
 }

.free-icon{
  
}

input[type="text"][disabled], textarea[disabled] {
    background-color: #f3f3f2;

}


.big{
  font-size: 18pt;
}

.article-nav{
  background-color: #f4f4f4;
  padding: 30px 0 30px 0;
  border-top: 1px solid #bab9b9;
}

.article-nav ul{
  text-align: center;
}

.article-nav ul li{
  display: inline;
  padding: 0 30px 0 0;
  font-size: 1.15em;
  color: #292b2c;
  text-transform: uppercase;
  font-weight: 300;
}

.resume-builder-feature{
  margin-top: 20px;
  padding: 30px;
  background-color: #2d3345;
}

.resume-builder-feature h1{
  color: #fff;
  font-size: 4em !important;
  text-align: center;
}

.resume-builder-feature p{
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}


.round-button {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 31px;
  background: #3498db;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  text-align: center;
}

.round-button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



.post.narrow{
  padding: 0 6em 0 6em;
}

.blog-headline h1{
  font-size: 3em !important;
  text-align: center;
  font-weight: 800;
}

.blog-headline h2{
  font-size: 1.5em !important;
  text-align: center;
  font-weight: 200;
  color: #fff;
}

.blog-header.writing{
  background-image: url(../images/career-resources/writing-large.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.blog-header.review{
  background-image: url(../images/career-resources/review.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.blog-header.solid-blue{
  background-color: #2d3345;
}

.blog-header.solid-blue h1{
  color: #fff;
}

.blog-headline{
  padding: 4em 0 4em 0;
}

blockquote.blog-quote{
  background: none;
  border: none;
  font-weight: 300;
  font-style: italic;
  color: #2d2d2d;
  border: solid #2d2d2d;
  border-width: 1px 0;
  font-size: 1.5em !important;
  text-align: center;
  padding: 30px 0;
}

ol.big-numbers {
  color: #ccc;
  list-style-type: none;
  margin: 40px 0;
}
 
ol.big-numbers li span {
  position: relative;
  font-size: 45px;
  margin-bottom: 20px;
}
 
ol.big-numbers li p {
  font-size: 1.3em;
  padding-left: 60px;
  color: #555;
  line-height: 1.8;
}
 
ol.big-numbers li span {
  position: absolute;
  padding-top: 12px;
}

img.resume-sample{
  width: 350px;
  margin-right: 10px;
  float: left;
}

.large-container{
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.resume-sell{
  margin-top: 20px;
}

.totalCost h1{
  text-align: center;
  font-size: 3em !important;
  font-weight: 800;
}

img.center{
  display: block;
  margin: 0 auto;
}

.calculator{
  border: 1px solid #c7c8c8;
  background-color: #f8fbff;
}

.calculator .headline{
  border-bottom: 1px solid #c7c8c8;
  padding-top: 20px;
  margin-bottom: 20px;
}

.calculator .headline h2{
  font-weight: 400;
  font-size: 2em !important;
}

.calculator form input[type=text]{
  width: 95%;
  height: 30px;
}

.calculatorDetails{
  padding: 10px;
}

.calculatorDetails h1 + p {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

.calculatorDetails h1{
  text-align: center;
  font-size: 3em !important;
  margin-bottom: 0 !important;
}

.calculatorDetails h2{
  font-size: 2em;
}
