/* MHS a and a: hover */
/* 
a {
	color: #0057b8;
}
a:hover {
	color: #0057b8;
	border-radius: 4px;
}
 */

.featured {
	margin-top: 5px;
	margin-bottom: 5px;	
}
.featured h2 {
        font-size: 1.7em;
	text-align: center;	
}
.featured h5 {
	font-size: 1em;
	line-height: 1.7em;
        font-style: italic;
}

.upperNavRow {
    /* Background images specified at bottom of file */
	/* background-attachment: scroll; */
	margin-bottom: 15px;
	margin-left: -15px;	
	margin-right: -15px;
	background-repeat: no-repeat;
	height: 168px !important;
}

.secretary dd {
	margin-bottom: 10px !important;
}
.gradstudents dd {
	margin-bottom: 10px;
}
.alsointhisissue dd {
	margin-bottom: 10px;
}
.otheradvertisers a {
	display: block;
	margin: 5px;
	color: #069;
}
.tiertwo {
	margin-top: 10px;
}
.editorrow {
	font-style: normal;
	background-color: #99a4ad4d;
	font-weight: normal;
	padding: 10px;
	font-size: 1.1em;
	border: 0px solid #005da6;
}
.notimenu {
	background-color: #98A4AE;
	font-weight: normal;
	padding: 5px;
	font-size: 1.1em;
	border: 0px solid #98A4AE;
        border-radius: 4px;
}
.notimenu a {
	color: #FFF;
	text-decoration: none;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.notimenu a:hover {
	color: #FFF;
	background: #0057B8;
	border-radius: 4px;
}

.opportunities a {
	font-weight: normal;
	margin-bottom: 3px;
}

#alsointhisissue li img {
	margin: 3px;	
}

/*
No longer used 
.volIssue:after {
    content: url('https://www.ams.org/images/pdfIcon.jpg');
}
*/

.PanelGrid {
	display: table;
    border-collapse: collapse;
	border-width: 0px;
	border-style: solid solid solid solid; //top right bottom left
}
.PanelWrapper {
	display: table;
    border-collapse: collapse;
}
.PanelRow {
	display: table-row;
	text-align: left;
    vertical-align: top;
}
.PanelCell {
	display: table-cell;
    vertical-align: top;
 }
.ImageCell {
	display: table-cell;
    width: 140px;
    height:50px;
    padding-right:15px
}
.ThumbCell {
	display: table-cell;
    width: 100px;
    height:50px;
    padding-right:15px
}

/* 
    width: 196px;
    width: 100%;
 */

/* 
TwentyAgo discontinued llate 2017
 */
/* 
#twentyago {
	
}
#twentyago h1 {
	font-size: 1.1em;
	font-weight: bold;
}
#twentyago p {
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}
 */

/* Extra Small devices (tablets, 320px and up) */
@media only screen  and (min-width : 320px) {
  /* Styles */
  .upperNavRow {
	  background-image: url(/journals/notices/common_images/nxg_masthead.jpg);
   }
   input[type=text]{
      width:50%;
   }
}

/* Small devices (tablets, 768px and up) */
@media only screen  and (min-width : 768px) {
  /* Styles */
  .upperNavRow {
	  background-image: url(/publications/journals/notices/common_images/nxg_masthead.jpg);
   }
   input[type=text]{
      width:50%;
   }
}

/* Medium devices (desktops, 992px and up) */
@media only screen  and (min-width : 992px) {
   /* Styles */
   .upperNavRow {
	   background-image: url(/publications/journals/notices/common_images/nxg_masthead.jpg);
   }
   input[type=text]{
      width:90%;
   }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1200px) {
/* Styles */
   .upperNavRow {
       background-image: url(/publications/journals/notices/common_images/nxg_masthead.jpg);
   }
   input[type=text]{
      width:90%;
   }
}





