.coming_soon {
  text-align: center;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
  margin-top: 200px; }

.guest_home .header {
  margin-bottom: 10px; }
.guest_home .stats {
  float: right;
  font-size: 15px;
  margin-bottom: 10px; }
.guest_home .job_search {
  clear: both; }
  .guest_home .job_search .job_search_title {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    margin-bottom: 20px; }
.guest_home .create {
  border: 1px solid #b7b7b7;
  margin: 10px 0;
  padding: 8px 6px;
  width: 30%;
  height: 150px;
  float: left;
  margin-left: 25px; }
  .guest_home .create .create_title {
    font-size: 24px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #f0a345;
    margin-bottom: 10px; }
    .guest_home .create .create_title img {
      vertical-align: middle;
      margin-left: 16px; }
.guest_home .create.first {
  margin-left: 0; }

.home .messaging {
  float: left;
  width: 50%;
  padding-right: 4%;
  border-right: 1px solid #d7d7d7;
  min-height: 850px; }
  .home .messaging #updates .update {
    margin-bottom: 20px; }
.home .profile {
  float: right;
  width: 44%;
  margin-left: 1%; }
.home a.profile {
  float: none;
  width: auto;
  margin-left: none; }
