@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

body{background-color:#fff;}

/* Media Size */
@media (max-width: 320px) {
}

@media (max-width: 767px) {
	#main_content .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#fee_table .col-md-3{
		float:left;
		width:50%;
	}

	#fee_table .col-md-4{
		float:left;
		width:50%;
	}

	#fee_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 16px;
    }
    #fee_table .col-md-3{
		float:left;
		width:33%;
	}

	#fee_table .col-md-4{
		float:left;
		width:33%;
	}

	#fee_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }
    #fee_table .col-md-3{
		float:left;
		width:33%;
	}

	#fee_table .col-md-4{
		float:left;
		width:33%;
	}

	#fee_table .generic_content{
		margin-bottom:75px;
	}
}

#main_content{
	margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}


.invisible {
    visibility: hidden;
    position: absolute;
    top: -9999px;
}

.visible {
    visibility: visible;
    position: static;
}

.box {
    float: center;
    padding: 10px;
    /*margin: 20px;*/
}

.border {
    border: 1px solid rgba(0, 0, 0, .2);
}

.blue {
  background: #13b4ff;
}

.gray {
    background: #989797;
}

.teal {
    background: #008080;
}

.center {
    text-align: center;
}

.content{
	overflow: hidden;
	position: relative;
}

.content h1 {
    font-family: "Raleway",sans-serif;
    color: #666;
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 2px;
/*    margin: 0;
    padding: 0;*/
    text-transform: uppercase;
    text-align: left;
}

.content p {
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Start of Responsive Table Section */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
/*  font-size: 1.5em;*/
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: left;
}
table th {
/*  font-size: .85em;*/
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

/* End of Responsive Table Section */
