

/* PORTAL */

#joblist { margin: 10px 10px 0 0; }

#joblist .jobblock {
  font-size: 12px;
  background-color:#ffffff !important;
  border: 1px solid #B93E7D !important;
  border-top-color: #ffffff !important;
  padding: 1em;
  text-align: right;
}
#joblist .jobblock:first-child { border-top-color: #B93E7D !important; }

#joblist .jobblock a {
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #B83A81 !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  font-family: 'Oswald';
  font-weight: 300;
}

#joblist .jobblock { text-align: right; }

#joblist .jobblock a:hover {
  text-decoration: underline !important;
  background-color: #ffffff !important;
  color: #B83A81 !important;
}

/* SKIN */

#container #job { padding: 0 20px 0 0; }

#container #job #job_header h1 {
  background-color: #FDF0C9;
  border-bottom: 1px solid #B93E80;
  color: #B93E80;
  display: block;
  font-family: 'Oswald';
  font-weight: 300;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.5em;
  margin: 10px -20px 0px 0;
}

#new_application .buttons .commit input {
  padding: 2px 10px;
  cursor: pointer;
}

.addtoany_list iframe {
  margin: 0 9px;
}
