.job {
  position: absolute;
  bottom: 1.0rem;
  right: 1.0rem;
  background: #ffffff;
  opacity: 0.9;
  width: 520px;
  height: 380px;
  font-size: 0.9rem;
  line-height: 1.3;
  border: 1px solid silver;
  border-left: 1px solid silver;
}

.job .inner {
    padding: 1.0rem;
}

.job .inner .top {
    text-align: center;
    border-bottom: 1px solid #444;
}

.job .top p {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    padding-bottom: .5rem;
}

.job .top h4 {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
    font-weight: bold;
    
}

.job .bottom {
    display: flex;
    padding-top: 1.0rem;
    
}

.job .bottom .left {
    width: 40%;
    text-align:center;
}

.job .bottom .right {
    width: 60%;
}

.job .bottom .left img {
    max-height: 65px;
    margin-left:auto;
    margin-right: auto;
    display: block;
}


/** Mobile **//

.job-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.9;
  width: 520px;
  height: 380px;
  font-size: 0.9rem;
  line-height: 1.3;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
}

.job-mobile .inner {
    padding: 1.0rem 2.0rem;
}

.job-mobile .inner .top {
    text-align: left;
    border-bottom: 1px solid #444;
}

.job-mobile .top p {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    padding-bottom: .5rem;
}

.job-mobile .top h4 {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
    font-weight: bold;
    
}

.job-mobile .bottom {

    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    border-bottom: 1px solid #444;
    
}

.job-mobile .bottom .left {
    width: 100%;
}

.job-mobile .bottom .right {
    width: 100%;
}

.job-mobile .bottom .left img {
    max-width: 46%;
    display: inline;
}