#viewer{
        background-color: white
;}

header h2 a{
    color: grey;
}

header {
    background-color: white;
    box-shadow: 1px 0px 10px 1px #333;
    border-bottom: none;
    padding: 1.1em 0;
}
header > h1 > img {
    padding-left: 2em;
}

#fullscreen {
    margin-right: 2em !important;
    background-color: #474646;
}

h2 {
    margin: 0 0 0 6em;
}

.navcontainer {
    margin: 100px 45px 0 0;
}

/** === Common toolbar */

aside li:first-child {
    border-left: none !important;
    border-radius: 0 !important;
}

aside li:last-child {
    border-right: none;
    border-radius: 0 !important;
}

#formats {
    border-radius: 0;
    width: 10em;
    background: url(../images/buttons/ico-select-down.png) no-repeat right #fff;
border: 1px solid #474646;
}

#formats select {
    font-family: verdana !important;
    font-size: 12px;
    font-weight: 500 !important;
}

#image_params legend, #comm_header, #infos_header, #alert_header {
    background-color: transparent;
    color: white;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: .7em 0;
}

#remoteInfos_content, #image_comments, #image_params {
    color: grey;
    border: none;
    border-radius: 0px;
    background-color: #FAFAFA;
    z-index: 500;
}

.navwin .zone {
    border: solid 1px red !important;
}

.navwin, .navwin > img {
    border-radius: 0 0 0 0;
}

.navcontainer .toolbar {
    background: none;
    border-radius: 0 0 0 0;
}

.navwin .outerzone {
    border-radius: 0px !important;
}

#image_params {
    top: 4.5em;
}

#image_params legend, #comm_header, #infos_header, #alert_header {
    background-color: #474646;
    font-size: 14px;
}

#add_comment {
    color: #ffffffb3 !important;
}

.controls input{
color: grey;
border: 1px solid grey;
background-color: white;
padding: .3em 1.3em;
}

span.close{
    background-size: 10px !important;
    margin-right: 0px;
    margin-top: 8px;
}
#nextimg {
    border-radius: 0px;
}

#nextdoubleimg {
    border-radius: 0px;
}

#previmg {
    border-radius: 0px;
}

#prevdoubleimg {
    border-radius: 0px;
}

.navsimple {
    box-shadow: none;
}

.navdouble {
    box-shadow: none;
}
#formats {
    width: 11.5em;
}
#formats select {
    width: 16em;
}

#search_img input {
    border: 1px solid #474646;
}
.header_infos{
  font-size: 16px;
  font-weight: normal;
  color: #474646;
}
.ead_description_head{
  font-weight: normal;
  font-size: 15px;
  padding: 1px;
  color: #474646;
}

#allInfosRemote li{
  margin: 0 0 15px 0!important;
  font-size: 14px
}