textarea,input{color:#333};
.mailbox_list {
    padding:1em;
}
.mailbox_message {
    font-size:1.1em;
    margin-top: 2em;
    padding: 1em;
    border: 1px solid #bbb;
    border-radius:.3em;
}
.mailbox_message p{
    margin: .2em 0;
    padding: 0;
}
.mailbox_message h1{
    font-size:1.3em;
    margin:.3em;

}
.mailbox_message h2{
    font-size:1.2em;
    margin:.25em;

}
.mailbox_message h3{
    font-size:1.1em;
    margin:.2em;
}

.mailbox_message .headers h3{
    font-size:1.3em;
    padding:  1em 0;
    margin:1.2em 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
ul.mailbox_feed_list {
    list-style: none;
    padding:1em;
    margin:0;
}
ul.mailbox_feed_list li {
    margin:.2em 0;
    padding:.1em 0;
}
ul.mailbox_feed_list li a{
    display:block;
    padding:.2em;
    border: 1px solid transparent;
    border-radius:.2em;
}
ul.mailbox_feed_list li a:hover,ul.mailbox_feed_list li a:focus,ul.mailbox_feed_list li a.current{
    border: 1px solid #bbb;
    text-decoration: none;
}



/*full width images and iframes*/
  
img.full, iframe.full {
width: 100%;  
}

/*half width images*/
  
img.half {
width: 48%; 
}


/*Eli added for responsive image text alignement*/

.responsive_element {
    width: 100%;
    display: table;
    background-color: #f4f4f4;
    margin: 10px 0px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #ccc;
}

p.responsive {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

img.responsive {
    display: table-cell;
    width: 20%;
    height: auto;
    float: left;
    margin-right:10px;
}

img.exhibit {
	width: 40%;
	height: auto;
	margin: 20px;
box-shadow: 10px 10px 5px #ccc;
-moz-box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc;
-khtml-box-shadow: 5px 5px 5px #ccc;
}

@media only screen and (max-width: 479px) {
img.responsive {
    width: 100%;
    margin: 0px auto;
    display: block;
    height: auto;
}

/*Eli added for exhibit logos*/

img.exhibit {
    width: 90%;
    margin: 0px auto;
    display: block;
    height: auto;
}
}

/*Hugh added to enlarge image on hover*/

img.responsive {
  /*  transform: scale(1);
    transition: all .5s ease-out;*/
    position:relative;
    z-index:1;
}
@media only screen and (min-width: 480px) {
    img.responsive:hover, img.responsive.touched {
/*        transform: translate(200%,100%) scale(5) ;
        box-shadow: 0 0 15px 30px rgba(222,222,222,.77);*/
        position:relative;
        z-index:2;
    }

}
