body {
    font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
  }



h1 {font-size: 1.5em; font-weight: bold; margin: 0px;}
h2 {font-size: 1.0em; font-weight: normal ; margin: 0px;}

.hidden {display: none;}
.show {display: block;}

#url { width: 70%; margin-bottom: 5px;}
#title { width: 40%;  margin-bottom: 5px;}
#author { width: 40%;  margin-bottom: 5px;}
#summary { width: 40%; margin-bottom: 5px; }
#hashtags { width: 40%; }

.footer { width:100%; text-align: center; font-size: 0.75em;}

#save_wrapper { margin-top: 5px; margin-bottom: 5px;}
.toolbar {
    margin: 5px;
}

.floatLeft {
    float:left;
}

.hide {
    display: none;
    visibility: hidden;
}

.unhide {
    display: block;
    visibility: visible;
}

.header {
    margin-top: 0.5em;
    margin-bottom: 1em;
    height: 4em;
}

.jem-logo {
    height: 3em;
    width: 6em;
    float: left;
    margin-bottom: 1.0em;
    margin-right: 1em;
}

.jem-title {
    padding-top: 1.0em;
}
