#mounts-logo {
    padding-left: 64px;
    /*background: url('../images/mounts.png') no-repeat;*/
    /*background: url('../images/mounts_h32.png') no-repeat;*/
    background: url('../images/logo_MOUNTS_w.svg') no-repeat;
    background-size: 62px 32px;
    background-position: left;
    color: orange;
    vertical-align: middle;
}


#vNav {
    width: 25%;
}

.grigioTd {
    background-color: #d8d5d0;
    border: 2px solid #fff;
}

.seb_nopadding {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.seb_nomargin {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/* to align text in title row volcano.html */
.seb_verticalalign {
    display: flex;
    align-items: center;
}

/* to add small space after a row */
.seb_row-with-bottom-margin {
  margin-bottom: 8px;
}

.seb_table{
    font-size: 12;
    font-weight: normal;
}

.img_time{
    white-space: nowrap; /* => equivalent to Bootstrap class .text-nowrap */
    margin-top: 0; 
    margin-bottom: 0;
}

.seb_div-rounded {
    border: 2px solid #a1a1a1;
    padding: 10px;
    padding-top: 0;
    background: #dddddd;
    border-radius: 10px;
}

/* home div-map */
#map-canvas {
    width: 98%;
    height: 340px
}


/* HOME old*/

/* home div-seperator */
#seb_div-sep {
    border: 0px solid red;
    padding: 0px;
    width: 2%
}

/* home div-table */
#home-latest {
    /*width: 44.333%;*/
    height: 400px;
    overflow-y: auto;  /* => adds style="" to div => adds vertical scroll bar */ 
    /*overflow-y: auto; => hide scroll bar; */
}


/* home table specs */
#latesttable {
    font-size: 90%;
}


#home-toprow {
    height: 340px
}

/* ---HOME new*/
#home-latest_new {
    /*width: 44.333%;*/
    height: 340px;
    overflow-y: auto;  /* => adds style="" to div => adds vertical scroll bar */ 
    /*overflow-y: auto; => hide scroll bar; */
}
#map-canvas_new {
    width: 98%;
    height: 340px
}
/*----*/

/* NB: padding necessary when using bottstrap navbar-fixed-top */
body {
    padding-top: 60px;
}

.table_formImgplayer td
{
    /*margin: 10px;*/
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding:0 15px 0 0px;
}

.radio_formImgplayer ul
{
    font-size: 8;
    font-weight: normal;
}

