/* CSS file generated by Responsify */
/* Columns: 3, Gutter Width: 1.5, Breakpoints:  */ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

footer {
	border-top:2px solid #4183D7;
	margin: 5px;
	padding: 3px;
}


nav ul, nav li { margin: 0; }
nav ul, ul { list-style:none; }

.span1, .span2, .span3{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 1.5%;
}

.col:first-child {
  margin-left:0;
}

.span1{
  width: 32.3333333333%;
  
}
.span2{
  width: 66.1666666667%;
  
}
.span3{
  width: 100%;
  margin-left: 0;
}

body{
  font-size: 87.5%;
  color: #252e35;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  background: #f6f6f6;
  padding: 0 7px 0 7px;
}

h1{
    font-size: 1.714285714em; /* 24 / 14 */
    line-height: 1.5em; /* 21 / 14 */
}

h2{
  font-size: 1.5em; /* 21 / 14 */
  line-height: 1.5em; /* 21 / 14 */
}

p{
    font-size: 1em; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 1.5em; /* 21 / 14 */
}

#container, .inner{
  margin: 0 auto;
  padding:3px;
}

header{
  /*background: #262F37;*/
  background-color: #E4F1FE;
  background-image: url("images/babelfish.png");
  background-repeat: no-repeat;
  background-position: right;
}

header h1{
  margin: 7px 0 0 0;
}

#container{
  clear: both;
  padding-top: 20px;
}

.alt{
  color: #22313F;
  color: rgba(34,49,63, 0.9);
  letter-spacing: 0.05em;
}

/* Dark */
.alt2 {
	color: #22313F;
}

/*Light */
.alt3 {
	color: #fff;
}

/* NAVIGATION */

nav{
  margin: 7px 0 7px 0;
  /*padding-right: 10px*/;
}

nav ul{
  text-align: right;
  overflow: auto;
  width: 100%;
  
}

nav ul li{
  margin: 0 0 0 0;
  text-align: center;
  overflow: auto;
  float: left;
  width: 25%;  
}

nav a{
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 7px 0 7px 5%;
  margin: 0 0 0 4%;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
	background-color:#4183D7;
/*  background-color: rgba(255,255,255,0.1);*/
	
  /*border-bottom: solid 1px #ccc;
  margin-bottom: 2px;*/
  /*opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier *!/*/

}


/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 768px){
  nav .span1{
    width: 100%;
  }

  .span2, article{
    width: 100%;
  }

  .span1, aside{
    width: 100%;
    margin-left: 0;
  }

  #container, .inner{
    width: 90%;
    padding: 0 5% 0 5%;
  }
}

@media screen and (max-width: 480px){
  nav ul li{
    width: 100%;
    margin: 0 0 5px 0;
  }

  nav a{
    margin: 0;
    padding: 14px 0 14px 0;
  }
}

/* Custom Breakpoints */

@media screen and (max-width: px) {
 /* Add your styles for devices with a maximum width of  */
}


/* Micro Clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}

/* CALCULATOR STYLE */
.calculator {
	border: solid 2px #0080ff;
	font-size: 10pt;
	max-width:400px;
	margin-right: auto;
	margin-left: auto;
	}


.topless {
	border-top: 0;
}

.small {
	font-size: 10pt;
}

.calc-text {
	text-align:right;
	padding-right: 1em;
	width: 250px;
}
.calc-value,.calc-header {
	text-align: center;
	
}

.button {
	text-align: center;
}

input {
	text-align:center;
}
 
.user_input{
	
}

.result{
	background-color:#ccffff; 
	font-weight:700;
	margin-bottom: 1em;
	
	
	
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.left {
	text-align: left;
}

div.content {
    /*border-top: #48f solid 3px;*/
    clear: left;
    padding: 0.5em 1em;
    padding: 0.5rem 1rem;
}

.metric {
	background-color: #E4F1FE;
}

