h1,h2,h3,a,p,time {
    font-family: roboto, 'Sans-Serif', helvetica, arial;
    font-size: 14px;
    color: rgba(0,0,0,.87);
    color: #212121;
  }

  h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
  }

  h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 8px 12px;
  }

  h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 4px 12px;
  }

  a {
    color: rgba(0,0,0,.87);
    color: #212121;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 8px 12px;
  }

  .monster-local-jobs-widget {
    border: 1px solid #642891;
    margin: 0;
    padding: 0;
  }

  .monster-local-jobs-widget header {
    /*background: #642891;
    height: 50px;    
    overflow: hidden;*/
    background: #fff;
    height: 50px;    
    overflow: hidden;
    border-bottom: 1px solid #642891;
  }

  .monster-local-jobs-widget header .monster-logo {
    width: auto;
    height: 20px;
    margin: 15px 8px;
  }

  .monster-local-jobs-widget header .monster-partner-logo {
    /*width: auto;
    height: 20px;
    margin: 15px 0 15px 12px;
    padding-right: 8px;
    border-right: 1px solid #fff;
    vertical-align: top;*/
    width: auto;
    height: 35px;
    margin: 10px;
    padding-right: 8px;
    border-right: 1px solid #642891;
    vertical-align: top;
  }

  .monster-local-jobs-widget header h1 {
    color: #fff;
    float: right;
    margin: 15px 12px;
  }

  .monster-local-jobs-widget .monster-local-jobs-container {
    max-height: 330px;
    overflow-y: auto;
  }

  .monster-local-jobs-widget article {
    border-bottom: 1px solid #ebebf1;
    padding: 8px 0;
  }

  .monster-local-jobs-widget article:last-of-type {
    border-bottom: 0;
  }

  .monster-local-jobs-widget article .fa {
    font-size: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
  }

  .monster-local-jobs-widget article .time-save-container {
    padding: 8px 0 0;
  }

  .monster-local-jobs-widget article time {
    color: rgba(0,0,0,.54);
    color: #757575;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin: 8px 12px;
  }

  .monster-local-jobs-widget article .save {
    color: rgba(0,0,0,.54);
    color: #757575;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin: 8px 12px;
    cursor: pointer;
    text-decoration: none;
  }

  .monster-local-jobs-widget article .save:hover {
    color: #642891;
    text-decoration: none;
  }

  .jobdesc.hid { 
	display: none; 
  }