.form_filters li {
  font-size: 90%; }
.form_filters label {
  font-weight: normal; }
.form_filters strong {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

.profile {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  background: #eee url(curriculo/curriculum_profile.png) no-repeat center center; }
  .profile img {
    max-width: 100%;
    width: 100%; }

.curriculums-index .profile {
  width: 100px;
  height: 100px; }
.curriculums-index .list-jobs li {
  margin-bottom: 15px;
  padding-top: 5px;
  border-bottom: 1px solid #ddd; }
.curriculums-index .list-jobs strong a {
  font-size: 125%;
  display: block;
  margin-bottom: 5px; }

.curriculums-show .widget p {
  font-size: 14px; }
.curriculums-show .profile {
  width: 150px;
  height: 150px; }
.curriculums-show .profile-header {
  margin-left: 15px; }
  .curriculums-show .profile-header h1 {
    margin-top: 0; }
.curriculums-show .info .lead {
  margin-top: 25px;
  padding-top: 25px;
  font-weight: bold;
  border-top: 1px solid #ccc; }
.curriculums-show .related .profile {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  background-color: #eee;
  margin-bottom: 20px; }
  .curriculums-show .related .profile img {
    max-width: 100%;
    width: 100%; }
