body {
    font-family: 'Lato', sans-serif;
	/* overflow-x: hidden; */
}



.header h2 {
    position: absolute;
    top: 100px;
    right: 40%;
    width: 550px;
    font-family: 'Lato';
    font-weight: 300;
    letter-spacing: -2px;
    text-align: justify;
    color: black;
    font-size: 2.8em;
    z-index: 2;
    transition: all 1s;
}

.header-left {
    float:left;
    width: 100%;
    padding-top: 65px;
}


.dyfi-button {
	background-color: rgba(255,255,255,0.85);
	border-radius: 0px 0px 15px 15px;
	width: 350px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}




/* Tsunami Warning Area CSS */

.tsunami-warning-area {
    position: relative;
    width: 100%;
    height: 150px;


    background-color: #f1f1f1;
}

.tsunami-warning-red {
    color: white;
    background: linear-gradient(to right, rgba(219,0,0,0) 0%,rgba(219,0,0,1) 23%,rgba(219,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00db0000', endColorstr='#db0000',GradientType=1 ); /* IE6-9 */
}

.tsunami-warning-orange {
    background: linear-gradient(to right, rgba(229,137,0,0) 0%,rgba(229,137,0,1) 23%,rgba(229,137,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e58900', endColorstr='#e58900',GradientType=1 ); /* IE6-9 */
}

.tsunami-warning-yellow {
    background: linear-gradient(to right, rgba(252,239,0,0) 0%,rgba(252,239,0,1) 23%,rgba(252,239,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcef00', endColorstr='#fcef00',GradientType=1 ); /* IE6-9 */
}

.tsunami-warning-green {
    background: linear-gradient(to right, rgba(72,206,0,0) 0%,rgba(72,206,0,1) 23%,rgba(72,206,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0048ce00', endColorstr='#48ce00',GradientType=1 ); /* IE6-9 */
}


.tsunami-warning-area h3 {
    padding-top: 45px;
    width: 700px;
    margin-left: 100px;
    text-align: justify;
}

.tsunami-warning-area img {
    position: absolute;
    top: 25px;
    right: 25px;
    margin-left: 100px;
    width: 225px;
}

#dyfi-rea {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.card-title {
    font-size: 1.2em;
}

.card-text {
    font-size: 0.9em;
}

.header-right {
    /* background-color: #f1f1f1; */
    padding-top: 125px;
    /* padding-top: 20px; */
}

.header-right h2 {
    margin: 8px auto;
    font-size: 1.5em;
    
}

.hiddenRow {
    padding: 0 !important;
    /* padding-bottom: 1px !important; */
    background-color: none;
    color: white;
}

.hiddenTab {
    display: inline-block;
}


/* CLoud Mainpage Adjustments */

.x1 {	
	-webkit-transform: scale(0.45);
	-moz-transform: scale(0.45);
	transform: scale(0.45);
}

.x2 {

	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {

	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	transform: scale(0.1);
}

.x4 {

	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {

	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

.sismos-recientes {
    position: relative;
    padding-bottom: 0;
    padding-top: 35px;
    /* height: 800px; */
    background: linear-gradient(180deg, rgb(56 159 218) 23%, rgba(21,76,107,1) 100%);
    background-color: #2078ac;
	z-index: 2;
}

.sismos-recientes h2 {
    font-size: 2.5em;
    color: white;
    text-align: center;
    font-weight: 300;
    padding-bottom: 15px;
}

.carousel-caption {
	margin-left: -20px;
	top: 50%;
	margin-top: -65px;
	width: 35%;
	text-align: left;
}

.carousel-caption h5 {
	font-size: 1.8em;
	font-weight: bold;
}

.carousel-caption p {
	opacity: 0.7;
	font-weight: 300;
}
#seafloor {
    height: 300px;
    width: 100%;
    overflow: hidden;
}
#audiotsunami {
    position: absolute;
    right: 1010px;
    top: 310px;
}


#tsunami-message {
    /* font-size: 2em; */
    position: absolute;
    top: 110px;
    /* right: 525px; */
    width: calc(100% - 350px);
    font-family: 'Lato';
    font-weight: 300;
    letter-spacing: -2px;
    text-align: justify;
    color: black;
    z-index: 2;
    transition: all 0.5s;
    
}

#tsunami-msg {
    width: 550px;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#tsunami-msg small {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	opacity: 0.5;
	letter-spacing: -1px;
}
#tsunami-msg ul {
    list-style: disc inside;
    font-size: 0.6em;
    font-weight: 400;
	letter-spacing: -1px;
}
.dropdown-content #tsunami-message {
    top: 350px;
}

/* Seismic Table */
.table thead, .quake-table-bottom {
    background-color: rgba(0,0,0,0.7);
    color: rgba(255,255,255,0.9);
    text-align: center;
}

.quake-table-bottom {
    background-color: rgba(0,0,0,0.5);
}

.quake-table-bottom a {
   
    color: white;
}
.table thead th {
    border-bottom: none;
}

.table a {
    color: rgba(255,255,255, 0.9);
}

.table tbody {
    color: rgba(255,255,255,0.9);
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    
}

.collapsed {
    color: rgba(255,255,255,0.9);
    background-color: rgba(0,0,0,0.3);
}

.collapsed:hover {
    background-color: rgba(0,0,0,0.0);
}

.table td, .table th {
    transition: all 1s;
    /* color: rgba(255,255,255,0.6); */
    border-top: none !important;
}

.mainpage-table {
    border-collapse: collapse; 
    margin-bottom: 0;
}

.details {
    padding-top: 15px;
    color: white;
}




/* Charts */

.exp-ul {
	list-style-type: none;
	text-align: left;
	font-size: 0.8em;
	/* padding-left: 0; */
}
.charts-container {
	padding-top: 25px;
	background-color: #17435d;
	border-top: 1px solid #6eadc3;
	color: white;
}
.mainpage-chart {
	background-color: #3aa1dd;
	color: white;
	max-width: 380px;
	margin: 25px auto;
	padding: 0;
	border-radius: 15px;
    padding: 10px !important;
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.apexcharts-canvas.apexcharts-theme-dark {
	background: transparent !important;
}
#yearly-stats {	
	max-width: 750px;
}

.update-ribbon {
	text-align: right;
	background-color: rgba(255,255,255,0.85);
	border-radius: 5px 5px 0px 0px;
	margin-left: auto;
	width: 362px;
	max-width:100%;
    padding: 3px;
    padding-right: 25px;
}



td {
    position: relative;
}

.felt-earthquake-tab {
    position:absolute;

    top: 0;
    right: 0;
    width: 15px;
    height: 100%;

    background-color: #e13b3b;
}

.felt-quake {
    box-sizing: border-box;
    margin-right: -3px;
    border-right: 6px solid rgb(216, 12, 12);
}
.felt-quake a {
    text-decoration: underline;
    text-decoration-color: rgb(172, 30, 30);
}

.felt-quake a:hover {
}

/* .seismic-tab {
    text-align: left;
}

.seismic-tab div {
    margin-left: 15px;
} */

/* Loading Overlay */
#overlay {
    position:fixed;
    z-index:99999;
    height:100%;
    width: 100%;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(255,255,255,1);
    transition: 1s 0.4s;
}

#overlay .loader {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
}

#overlay .loader {
    margin-top: -60px; /* Negative half of height. */
    margin-left: -60px; /* Negative half of width. */
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #379ad4; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: all 1s;
    animation-fill-mode: forwards;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeout {
    25%  {width: 0; height: 0; margin: 0; opacity: 0}
    75% {width: 0; height: 0; margin: 0; opacity: 0}
    100% {width: 0; height: 0; margin: 0; opacity: 0}
}

.sn-footer {
    height: 75px;
	line-height: 75px;
	margin-top: -15px;
	background-color: rgba(0,0,0,1);
	margin-top: -15px;
    position: relative;
	z-index: 2;
}

.main-map-toggle.active {
	color: #fff !important;
	text-decoration: underline;
}

.main-container {
	padding: 0 !important;
}
.carousel-container {
	position: relative;
	background-color: rgb(56 159 218);
}

.carousel-container a {
	text-decoration: none;
}


.carousel-text {
	color: #fff;
	text-decoration: none;
	
}

.carousel-text p {
	font-weight: 300;
	opacity: 0.8
}

.carousel-text h5 {
	font-size: 1.85rem;
	font-weight: bold;
}

.carousel-left {
	padding-left: 7rem;
}

.carousel-right {
	padding-right: 4rem;
}
.carousel-right img {
	transform: scale(0.85);
}

#top-carousel, .carousel-inner {
	height: 325px;
}

#top-carousel {
	position: relative;
	z-index: 3;
	margin-top: -60px;
	overflow: hidden;
}
.earth-section {
    position: relative;
	z-index: 10;
	margin-top: -15px;
    /* background: rgb(144,97,51);
	background: linear-gradient(180deg, rgba(144,97,51,1) 24%, rgba(111,72,34,1) 83%); */
	background: #fff;
    height: 800px;
}

#quake_map {
    width: auto;
    max-width: 100%;
    height: 450px;
}

.quake_table {
	background-color: rgba(0,0,0,0.5); 
	border-top-left-radius: 15px;
}
/*Markers */
.depth_marker_first{
	background-image:url(../imgs/star2.png);
	
	background-position:center;
	background-repeat:no-repeat;
	background-size: 30px;
	z-index: 500 !important;
	}

	.depth_marker0 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #ffff80;
		opacity: 0.9;
	}

	.depth_marker1 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #ffff00;
		opacity: 0.9;
	}

	.depth_marker2 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #fed018;
		opacity: 0.9;
	}

	.depth_marker3 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #ff8041;
		opacity: 0.9;
	}

	.depth_marker4 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #fe0000;
		opacity: 0.9;
	}

	.depth_marker5 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #800000;
		opacity: 0.9;
	}

	.depth_marker6 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #804000;
		opacity: 0.9;
	}

	.depth_marker7 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #81007f;
		opacity: 0.9;
	}

	.depth_marker8 {
		border: 1px solid #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #3e0061;
		opacity: 0.9;
	}
/*Markers */ 


/*OLD PRSN MAIN TABLE*/
.quakes.area {
	/* margin: 12px 12px 12px 12px; */
	/* background-color: #e9e9e9; */
	/* border-radius: 6px 6px 6px 6px; */
	overflow: hidden;
	max-width: 100%;
	text-decoration:none;
	
	
	/* border: 1px solid #777; */
}
.quakes.area h2 {
    font-size: 24px;
    padding-top: 14px;
	margin: 6px 6px 6px 6px;
}

.quakes.area h2 a {
    color: #b1dff1;
}
.quakes_list {
    color: white;
}
.quake_mark {
	background-color: #ee4637;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    width:8px;
    height:8px;	
}
.quake_mark_blue {
	background-color: #eedc00;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    width:8px;
    height:8px;	
}

.quake_entry {
	
	border-bottom: 1px solid #6eadc3;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	width:100%;
}
.quake_entry_alert2 { /*yellow*/
	
	border-bottom: 1px solid #6eadc3;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	width:100%;
	background-color:#FF0;
}
.quake_entry a{
	text-decoration: none;
	color:#b1dff1;
	}
	
.quake_entry .title {
	background-color:#d9d9d9;
	background:#d9d9d9;
	width:100%;
}
.quakes_list .quake_entry:first-child {
	border-top: 1px solid #6eadc3;
}
.quakes_list .quake_entry:last-child {
	border-bottom: 0px solid #6eadc3;
}
.quake_entry:hover {
	background-color: #24719d;
}
.quake_entry .mag.felt {
	color:#ff4c4c;
}

.felt {
	color:#ff4c4c;
}
.quake_entry .regionname.felt {
	color:#ff4c4c;
}
.quake_entry .regionname.felt a{
	color: #ff4c4c;
}
.quake_entry .details {
	text-align: center;
	/*float:left;
	min-height: 48px;*/
	/*min-height: 20px;*/
	max-width: 100%;
	height:100%;
    /*max-width: 300px;*/
	/*overflow-x: scroll;
	overflow-y: scroll;*/
}
.quake_entry .details a{
    height:100%;
}

.quake_entry .mag {
	text-align: center;
	float: left;
	vertical-align: middle;
	font-size: 14px;
	padding: 5px 4px 5px 4px;
	height:20px;
	width:10%;
}
.quake_entry .mag .short{
		display:none;
}
.quake_entry .net{
	text-align: center;
	float: left;
	vertical-align: middle;
	font-size: 14px;
	padding: 5px 4px 5px 4px;
	height:20px;
	width:7%;
	}
	
.quake_entry .net .short{
		display:none;
}
.quake_entry .coords .short{
		display:none;
}
.quake_entry .netLong{
}
.quake_entry .qtime{
	text-align: center;
	float: left;
	vertical-align: middle;
	font-size: 14px;
	padding: 5px 4px 5px 4px;
	height:20px;
	width:20%;
	}
.quake_entry .qtime a:hover{
	border-bottom-color:#2475C6;
	border-bottom:thin;
	border-bottom-style:dashed;
	}
.quake_entry .net a:hover{
	border-bottom-color:#2475C6;
	border-bottom:thin;
	border-bottom-style:dashed;
	}
.quake_entry .mag a:hover{
	border-bottom-color:#2475C6;
	border-bottom:thin;
	border-bottom-style:dashed;
	}
.quake_entry .coords a:hover{
	border-bottom-color:#2475C6;
	border-bottom:thin;
	border-bottom-style:dashed;
	}
.quake_entry .regionname a:hover{
	border-bottom-color:#2475C6;
	border-bottom:thin;
	border-bottom-style:dashed;
	}
.quake_entry .depthkm a:hover{
	border-bottom-color:#2475C6;
	border-bottom:thin;
	border-bottom-style:dashed;
	}
.quake_entry .coords{
text-align: center;
	float: left;
	vertical-align: middle;
	font-size: 14px;
	height:20px;
	float:left;
	width:23%;
	}
.quake_entry .coords .lat{
	padding: 3px 4px 3px 4px;
	float:left;
	width:35%;
	}
.quake_entry .coords .lon{
	padding: 3px 4px 3px 4px;
	float:left;
	width:45%;
	}
.quake_entry .depthkm{
	text-align: center;
	float: left;
	vertical-align: middle;
	font-size: 14px;
	padding: 5px 4px 5px 4px;
	height:25px;
	width:5%;
	}
.quake_entry .regionname{
	text-align: center;
	float: left;
	vertical-align: middle;
	font-size: 14px;
	padding: 5px 4px 5px 4px;
	height:20px;
	width:35%;
	} 
.quake_entry .regionname a:hover{
	border-bottom-color:#2475C6;
	border-bottom:thin;
	border-bottom-style:dashed;
	}

.quake_entry .details .region, .quake_entry .details .region_alt {
	font-weight: bold;
}
.quake_entry .details span.date {
	display: block;
	
}
.quake_entry .depth {
	text-align: center;
	float: left;
	width: 100px;
	height: 48px;
}


.page_menu.close a span {
		display: none;
		overflow: hidden;
}
.page_menu.open {
	width: 210px;
	
}



@media only screen and (min-width: 1400px){
	.carousel-left {
		padding-left: 10rem;
	}
	
	.carousel-right {
		padding-right: 6rem;
	}
}
@media only screen and (max-width: 1023px) {
    #tsunami-message {
        top: 135px;
    }
    #tsunami-msg {
        font-size: 28px;
        width: 280px;
    }

    
}

@media only screen and (max-width: 750px) {
    .header {
        height: 825px;
    }
    #tsunami-message {
        width: 100%;
        top: 135px;
    }
    #tsunami-msg {
        font-size: 28px;
        width: 280px;
    }

    #seafloor img {
        margin-left: -300px;
    }

    #tsunami-msg ul {
        display: none;
    }
}
@media only screen and (max-width: 1080px) {
	.carousel-caption {
		margin-top: -85px;
		font-size: 0.9em;
	}
	.tsunami .textbox {
	width: 50%; !important
	}
	.tsunami .textbox .message {
		font-size: 18px;
	}

	.tsunami .widget {
		height: 116px;
		width: 240px;
	}
	.tsunami .widget .lighthouse {
		background-size: 240px 116px;
	}
	.tsunami .widget .wave {
		top: -116px;
		background-size: 240px 116px;
	}
	.tsunami .widget .alert_over {
		top: -232px;
		background-size: 240px 116px;
	}

	/* Lista de eventos significativos */
.quake_entry .mag {
	font-size:12px;

}

.quake_entry .net{
	font-size:12px;
	}
.quake_entry .qtime{
		font-size:12px;
		padding: 5px 12px 5px 12px !important; 	}
.quake_entry .coords .lat{
	font-size:12px;
    float:left;
	}
.quake_entry .coords .lon{
	font-size:12px;
	float:left;
	}
.quake_entry .depthkm{
	font-size:12px;
	}
.quake_entry .regionname{
		font-size:12px;
		width:34%;
	} 

	
}
@media only screen and (max-width: 930px) {
	.tsunami .textbox {
		width: 244px;
	}
		/* Lista de eventos significativos */
.quake_entry .qtime {
	font-size:12px;
	padding: 5px 2px 5px 2px;
    }
	.quake_entry .regionname{
		font-size:12px;
		width:34%;
	} 
.quake_entry .mag {
	font-size:12px;
	padding: 5px 2px 5px 2px;
    }
.quake_entry .net{
	font-size:12px;
	padding: 5px 2px 5px 2px;
	padding-left:10px;
	}
.quake_entry .lat{
	font-size:12px;
    padding: 5px 2px 5px 2px;
	}
.quake_entry .lon{
	font-size:12px;
	padding: 5px 2px 5px 2px;
	}
.quake_entry .depthkm{
		font-size:12px;
		padding: 5px 2px 5px 2px;
	}
}
@media only screen and (max-width: 890px) {

	/* #top-carousel, .carousel-inner, .carousel-item{
		height: 200px;
	} */

	.carousel-item a img {
		padding-top: 20px;
	}
	.carousel-caption h5 {
		font-size: 1.4em;
	}

	.quake_entry {
		height: 50px;
	}
		.quake_entry .qtime{
			height:30px;
			padding: 5px 12px 5px 12px; 
			width:20%;
		}
		.quake_entry .coords{
			 width:23%
		}
	   .quake_entry .regionname{
		font-size:10px !important;
		width:34%;
	} 
	
.quick_links1{
	width:25%;
	height:220px;
	float:left;
	background:#FFF;
	}
	
.quick_links2{
	text-align:center;
	width:25%; 
	height:220px;
	float:left;
	background:#FFF;
	} 
.quick_links3{
	text-align:center;
	width:20%; 
	height:220px;
	float:left;
	background:#FFF;
	}  
.quick_links4{
	text-align:center;
	width:30%;
	height:220px; 
	float:left;
	background:#FFF;
	} 
	
	}
/*@media only screen and (max-width: 790px) {*/
@media only screen and (max-width: 810px) {	
	.carousel-caption {
		margin-top: -65px;
		font-size: 0.9em;
		width: 45%;
	}

	.carousel-caption h5 {
		font-size: 1.2em;
	}
	.carousel-caption p {
		font-weight: 400;
		font-size: 0.8em;
	}
	.tsunami.area {
		width: 248px;
		padding: 6px 6px 6px 6px;
	}


	.tsunami .textbox {
		width: 244px;
		padding: 2px 2px 2px 2px;
		padding-bottom: 2px;
		margin-bottom: 1px;
	}
	.tsunami .widget {
		float: none !important;
	}
	
   .quick_tools {
		height:300px;
		max-width: 930px;
   }
   .top_item1{
		/*margin-right:70px;*/
		text-align: center;
		width:50%;
		float:left;
	}
	.top_item2{
		/*margin-right:70px;*/
		text-align: center;
		width:50%;
	    float:left;
	}
	.top_item3{
		/*margin-right:70px;*/
		text-align: center;
		width:50%;
    	float:left;
	}
	.top_item4{
		/*margin-right:70px; */
		text-align: center;
		width:50%;
   		float:right;
	}
	.quake_entry .qtime{
		height:30px;
		padding: 5px 12px 5px 12px !important;
		width:22%;
	}
	
	 .quake_entry .coords{
		 width:15%
		 }
	 .quake_entry .coords .lat{
	  float:left;
      font-size:11px;
	  height:15px;
     }
	 .quake_entry .coords .lon{
	   float:none;
	   font-size:11px;
	   height:15px;
	 }
	 .quake_entry .regionname{
		 width:37%
		}

}


	
@media only screen and (max-width: 767px) {
	
	.quake_entry .qtime{
		height:30px;
	}

}	
@media only screen and (max-width: 700px) {

	#quake_map {
		height: 350px;
	}
  	 .quake_entry .net{
				font-size:11px;
		}
	 .quake_entry .mag{
		font-size:11px;
		}
	.quake_entry .qtime{
	    font-size:11px;
		height:30px;
	}
    .quake_entry .coords{
		 font-size:11px;
      }
	.quake_entry .depthkm{
		 font-size:11px;
      }
	.quake_entry .regionname{
		 font-size:11px;
      }

}
@media only screen and (max-width: 670px) {
	#top-carousel, .carousel-inner {
		height: 425px;
	}

	.carousel-right img {
		transform: scale(1.2);
	}

	.carousel-text p {
		font-size: 0.8rem;
	}
	
	.carousel-left {
		padding-left: 5rem;
	}
	.carousel-text h5 {
		font-size: 1.45rem;
	}
	.mmtoggle {
		margin-bottom: 15px;
	}
	.update-ribbon {
		font-size: 0.9em;
		width: 330px;
	}
    .quake_entry{
		width:100%;
		}
	 .quake_entry .net{
		 float:left;
		font-size:11px;
		}
	 .quake_entry .mag{
		font-size:11px;
		}
	.quake_entry .qtime{
		padding-left:15px !important;
		float:left;
	    font-size:11px;
		height:30px;
	}
    .quake_entry .coords{
		 font-size:11px;
		 float:left;
      }
	.quake_entry .depthkm{
		float:left;
		 font-size:11px;
      }
	.quake_entry .regionname{
		 float:left;
		 font-size:11px;
		 width:37%;
		 padding-right:0px !important;
      }
}
@media only screen and (max-width: 650px) {
    .quake_entry{
		width:100%;
		}
	 .quake_entry .net{
		 float:left;
		font-size:11px;
		}
	 .quake_entry .mag{
		font-size:11px;
		width:15%;
		}
	.quake_entry .qtime{
		padding-left:15px !important;
		float:left;
	    font-size:11px;
		height:30px;
		width:20%;
	}
    .quake_entry .coords{
		/* display:none; */
		 font-size:11px;
		 float:left;
      }
	.quake_entry .depthkm{
		float:left;
		 font-size:11px;
      }
	.quake_entry .regionname{
		 float:left;
		 font-size:11px;
		 width:37%;
		 padding-right:0px !important;
      }
}
@media only screen and (max-width: 630px) {
	.quake_entry .qtime{
		}
	.quake_entry .mag .short{
		display:inline;
		}
	.quake_entry .mag .long{
		 display:none;
	}
	.quake_entry .net .short{
		display:inline;
		}
	 .quake_entry .net .long{
		 display:none;
		 }

}
@media only screen and (max-width: 555px) {
	.quake_entry .qtime{
		width:18%;
		padding:5px 0px 5px 0px !important;
	/*	font-size:14px !important;*/
		}
	.quake_entry .net{
		width:12%;
		/*font-size:14px;*/
	  }
	.quake_entry .net .short{
		display:none;
		}
	 .quake_entry .net .long{
		 display:inline;
		/* font-size:14px !important;*/
		 }
	  .quake_entry .mag{
		  width:14%;
		 /* font-size:14px !important;*/
	  }
	  .quake_entry .depthkm{
		  width:5%;
		  float:left;
		  /*font-size:14px !important;*/
		  }
	   .quake_entry .regionname{
		   width:34%;
		   float:right;
		   /*font-size:14px !important;*/
}

}
@media only screen and (max-width: 500px) {

	#top-carousel {
		margin-top: -90px;
	}
	.carousel-item a img {
		padding-top: 40px;
	}
	
	.prsn_top .logo {
		background-image: none;
		width: 40px;
	}
	.prsn_top .title {
		border-left: 1px solid #A7BABC;
	}
	.prsn_top .menus {
		margin: 6px 2px 0 2px;
		float: right;
	}
	.prsn_top .menus a {
		font-size: 11px;
	}
	
	.prsn_top .title h2, .prsn_top .tile h1 {
		margin: 0 0 0 0;
	}
	.prsn_top .title h2 {
		font-size: 12px;
		
	}
	.prsn_top .title h1 {
		margin-top: 3px;
		font-size: 16px;
	}
	#expand_menu {
		display: block;
	}
	

	.tsunami.area {
		margin-left: auto;
		margin-right: auto;
	}

	.page_menu {
		display: none;
	}
	.page_menu.open {
		display: table-cell;
	}

	.page_content {
		padding-left: 6px;
	}
  	 
    .quake_entry{
		width:100%;
		}
	.quake_entry .net{
			float:left;
			width:7% !important;
			display: none;
	}
	 .quake_entry .net .long{
		 float:left;
		 display:inline;
		font-size:11px !important;
		}
		.quake_entry .net .short{
			display:none;
		}
	 .quake_entry .mag{
		 float:left;
		 width:10% !important;
		font-size:11px !important;
		}
	.quake_entry .qtime{
		padding-left:15px !important;
		float:left;
	    font-size:11px !important;
		height:40px  !important;
		width:28% !important;
	}
    .quake_entry .coords{
		display:inline;
		 font-size:11px !important;
		 float:left;
      }
	.quake_entry .depthkm{
		float:left !important;
		font-size:11px !important;
		width: 8%;
      }
	.quake_entry .regionname{
		 float:left !important;
		 font-size:11px !important;
		 width:37%;
		 padding-right:0px !important;
      }


}
@media only screen and (max-width: 400px) {
	
    .quake_entry{
		width:100%;
		}
		.quake_entry .net{
			float:left;
			width:7% !important;
			}
	 .quake_entry .net .long{
		 display:none;
		}
		.quake_entry .net .short{
			display:inline !important;
			font-size:11px !important;
		}
	 .quake_entry .mag{
		 float:left;
		 width:10% !important;
		font-size:11px !important;
		}
	.quake_entry .qtime{
		padding-left:15px !important;
		float:left;
	    font-size:11px !important;
		height:40px !important;
		width:28%% !important;
	}
	 .quake_entry .coords .short{
		display:inline;
		font-size:9px !important;
      }
	 .quake_entry .coords .long{
		display:none;
      }
    .quake_entry .coords{
		display:inline;
		 font-size:10px !important;
		 float:left;
      }
	.quake_entry .depthkm{
		float:left !important;
		font-size:11px !important;
		width:8%;
      }
	.quake_entry .regionname{
		 float:left !important;
		 font-size:11px !important;
		 width:37%;
		 padding-right:0px !important;
      }
 
}
