.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.screenMsg {
  font-size: 1.5em;
  margin-top: 100px;
  width: 100%;
  text-align: center; }

.section {
  color: #086fa1;
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #ffaa33;
  padding: 1em;
  margin-bottom: 1em;
  position: relative; }
  .section .brand {
    color: #df8e00; }
  .section a {
    text-decoration: none;
    color: #ff8800; }
    .section a:hover {
      color: #ff8800;
      text-decoration: underline; }
    .section a:visited {
      color: #ff8800; }
  .section .heading {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 0 16px 1em 0; }
  .section .help {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: help; }

.helpPopup {
  width: 250px;
  background: #9fdaee;
  border: 1px solid #2bb0d7;
  padding: 10px 10px 10px 34px;
  color: #333;
  font-size: 1.2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 9; }
  .helpPopup .tipImg {
    position: absolute;
    margin: -15px 0 0 -58px; }

.announcement {
  background-color: rgba(82, 82, 82, 0.7);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }
  .announcement .popupContent {
    color: #086fa1;
    background-color: white;
    margin: 12px;
    border: 1px solid black;
    padding: 1em;
    font-size: 2em;
    font-weight: bold;
    text-align: center; }
    .announcement .popupContent .brand {
      color: #df8e00; }
    .announcement .popupContent a {
      text-decoration: none;
      color: #ff8800; }
      .announcement .popupContent a:hover {
        color: #ff8800;
        text-decoration: underline; }
      .announcement .popupContent a:visited {
        color: #ff8800; }

.dialog {
  color: #086fa1;
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #ffaa33;
  padding: 1em;
  margin-bottom: 1em; }
  .dialog .brand {
    color: #df8e00; }
  .dialog a {
    text-decoration: none;
    color: #ff8800; }
    .dialog a:hover {
      color: #ff8800;
      text-decoration: underline; }
    .dialog a:visited {
      color: #ff8800; }
  .dialog .popupContent {
    font-size: 1.2em; }
  .dialog .buttons {
    margin-top: 1em;
    text-align: center; }

.errorDialog {
  width: 30em; }
  .errorDialog .content {
    text-align: center; }

.notGoodEnoughDialog .buttons button {
  width: 12em; }

.gwt-PopupPanelGlass {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.gwt-SuggestBoxPopup {
  margin-left: 3px;
  border: 2px solid #ffaa33;
  background-color: #ffcc66;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .gwt-SuggestBoxPopup .item {
    padding: 2px 6px;
    cursor: default;
    color: #086fa1; }
  .gwt-SuggestBoxPopup .item-selected {
    color: white;
    background-color: #ff8800; }
  .gwt-SuggestBoxPopup .friendSelectorPic {
    height: 25px;
    width: 25px; }

.friendSelectorDialog {
  width: 40em; }
  .friendSelectorDialog .instructions {
    margin-bottom: 10px; }
  .friendSelectorDialog .gwt-Label {
    font-size: 0.8em;
    color: grey; }
  .friendSelectorDialog .gwt-SuggestBox {
    width: 20em; }

.suggestPopup .normal td {
  vertical-align: middle;
  padding: 1em; }

.tabbyThumbs {
  overflow: auto; }
  .tabbyThumbs .thumb {
    float: left; }

.simi-GlassCover {
  background-color: #ffcc66; }

.simi-GlassCover-msg {
  color: #086fa1;
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #ffaa33;
  padding: 1em;
  margin-bottom: 1em; }
  .simi-GlassCover-msg .brand {
    color: #df8e00; }
  .simi-GlassCover-msg a {
    text-decoration: none;
    color: #ff8800; }
    .simi-GlassCover-msg a:hover {
      color: #ff8800;
      text-decoration: underline; }
    .simi-GlassCover-msg a:visited {
      color: #ff8800; }

.simi-NumberBox {
  width: 2em; }

.simi-SimpleSlider {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  height: 8px;
  margin-left: 1em;
  margin-right: 1em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: 0; }

.simi-SimpleSlider .simi-SimpleSlider-knob {
  width: 14px;
  height: 14px;
  margin-left: -6px;
  top: -4px;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.simi-SliderBar-shell .simi-SliderBar-line-sliding {
  cursor: pointer; }

.needFriendPerms .note {
  font-weight: bold; }
.needFriendPerms em {
  color: red; }

.scoreLabel {
  font-size: 1.5em;
  font-weight: bold; }

.scoreAndStar {
  text-align: center; }
  .scoreAndStar .starWidget {
    margin-top: 10px; }

.textEditor .gwt-TextArea {
  height: 8em;
  width: 100%; }
.textEditor .lower {
  margin-top: 3px; }
.textEditor .buttons {
  text-align: right; }
  .textEditor .buttons button {
    margin-left: 10px;
    width: 9em; }

.textEditor-overflow .gwt-TextArea {
  background-color: pink; }
.textEditor-overflow .numChars {
  font-weight: bold;
  color: red; }

.oneLineEditor .chars {
  font-size: 0.8em;
  margin-left: 2em; }

.oneLineEditor-overflow .gwt-TextBox {
  background-color: pink; }
.oneLineEditor-overflow .numChars {
  font-weight: bold;
  color: red; }

.likeStatWidget {
  height: 222px;
  text-align: center;
  padding-bottom: 0; }

.likeEditor {
  padding-bottom: 5px; }
  .likeEditor .likePanel img {
    padding-right: 10px; }
  .likeEditor .buttons > table {
    margin: auto; }
  .likeEditor .buttons button {
    width: 6em;
    margin: 8px; }
  .likeEditor .buttons .neutralBox {
    background-color: lightgrey;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; }
  .likeEditor .buttons .loveBox {
    border: 1px dotted grey;
    padding: 2px; }
    .likeEditor .buttons .loveBox button {
      margin: 4px; }
    .likeEditor .buttons .loveBox .fbLikeButton {
      margin: 4px;
      width: 90px;
      height: 20px; }
  .likeEditor .buttons .hint {
    color: grey;
    font-size: 0.8em;
    text-align: center; }
  .likeEditor .skipBox {
    text-align: left;
    position: relative;
    top: -10px; }
    .likeEditor .skipBox button {
      margin: 0 10px; }

.likeReEditor {
  color: #086fa1;
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #ffaa33;
  padding: 1em;
  margin-bottom: 1em; }
  .likeReEditor .brand {
    color: #df8e00; }
  .likeReEditor a {
    text-decoration: none;
    color: #ff8800; }
    .likeReEditor a:hover {
      color: #ff8800;
      text-decoration: underline; }
    .likeReEditor a:visited {
      color: #ff8800; }
  .likeReEditor .likeEditor {
    border: none; }

.unlikeFirst {
  width: 28em; }
  .unlikeFirst .unlikeButton {
    margin: 20px auto;
    text-align: center; }

a.fbThumb {
  display: block;
  height: 50px;
  width: 50px; }

.likePanel .fbThumb {
  margin: 0 10px; }

.picFrame {
  border: 1px solid #ccc;
  padding: 2px 2px 0px 2px; }

.commonFriends {
  margin-top: 0.8em;
  line-height: 140%; }
  .commonFriends .lead {
    white-space: nowrap;
    vertical-align: top; }
  .commonFriends .friend {
    white-space: nowrap; }

.commonFriendsSection .msg {
  text-align: center; }

.commonLikes {
  margin-top: 0.6em; }

.likeBox {
  overflow: auto; }
  .likeBox div {
    float: left;
    padding: 2px;
    margin: 2px;
    white-space: nowrap; }
  .likeBox .lead {
    vertical-align: top; }
  .likeBox .thing {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 1.2em; }
  .likeBox .fb {
    color: green;
    font-weight: 900;
    font-style: italic;
    border: 1px solid green;
    padding-right: 16px;
    background: #bfffbf url(/img/f_logo_tiny.png) no-repeat right center; }
  .likeBox .love {
    color: green;
    font-weight: 900;
    font-style: italic;
    background-color: #BFFFBF;
    border: 1px solid green; }
  .likeBox .like {
    color: #638B00;
    font-weight: 500;
    background-color: #ECFFBF;
    border: 1px solid #638B00; }
  .likeBox .neutral {
    color: #8B8B8B;
    font-weight: 200;
    background-color: #EEEEEE;
    border: 1px solid #8B8B8B; }
  .likeBox .dislike {
    color: #8B2A00;
    font-weight: 500;
    background-color: #FFD2BF;
    border: 1px solid #8B2A00; }
  .likeBox .hate {
    color: red;
    font-weight: 900;
    font-style: italic;
    background-color: #FFBFBF;
    border: 1px solid red; }

.editableLikeBox .thing {
  cursor: pointer; }

.category {
  color: grey;
  font-size: 1.2em; }

.name {
  font-weight: bold;
  font-size: 1.3em; }

.purchaseWidget .intro {
  border-spacing: 10px 0; }
  .purchaseWidget .intro .gwt-InlineLabel {
    font-weight: bold;
    color: #ff8800; }
.purchaseWidget .buyButtons {
  margin-top: 10px;
  text-align: center; }

.inviteMsgDialog .heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }
.inviteMsgDialog .buttons button {
  width: 12em; }

.spinnerCheckBox {
  position: relative; }
  .spinnerCheckBox .spinner {
    display: none;
    position: absolute;
    left: 11px;
    top: 3px; }

.spinnerCheckBox-spinning input {
  visibility: hidden; }
.spinnerCheckBox-spinning .spinner {
  display: block; }

.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

#main {
  padding: 0 1em; }

.loginButton {
  position: absolute;
  top: 0;
  width: 200px;
  left: 50%;
  top: 10px;
  margin-left: 21em; }

.titleSection {
  color: #086fa1;
  background-color: white;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border: 2px solid #ffaa33;
  border-top: 0;
  padding: 1em 2em;
  white-space: nowrap;
  width: 34em;
  margin: 0 auto 1em; }
  .titleSection .brand {
    color: #df8e00; }
  .titleSection a {
    text-decoration: none;
    color: #ff8800; }
    .titleSection a:hover {
      color: #ff8800;
      text-decoration: underline; }
    .titleSection a:visited {
      color: #ff8800; }

.fakeApp .explanation {
  margin: 2em auto 0;
  text-align: center;
  font-size: 1.5em;
  width: 30em; }
.fakeApp .likeomaticWidget {
  margin: auto; }
  .fakeApp .likeomaticWidget .section {
    height: 15em; }
  .fakeApp .likeomaticWidget .likeEditor {
    padding-bottom: 0;
    margin-right: 0.5em; }
  .fakeApp .likeomaticWidget .likeStatWidget {
    width: 25em;
    margin-left: 0.5em; }
  .fakeApp .likeomaticWidget .tryItArrow {
    margin: 2em 0 0 1em; }
.fakeApp .likeomaticWidgetHorizontal-standalone {
  margin-top: 3em; }
.fakeApp .fakeMatchArea .fakeSexEditor td {
  text-align: center; }
.fakeApp .fakeMatchArea .fakeSexEditor td:first-child {
  width: 28em; }
.fakeApp .fakeMatchArea .fakeSexEditor .gwt-RadioButton {
  font-weight: bold;
  margin-left: 4px; }
.fakeApp .fakeMatchArea .controlAndMatches {
  width: 100%; }
  .fakeApp .fakeMatchArea .controlAndMatches > tbody > tr > td:first-child {
    width: 28em; }
  .fakeApp .fakeMatchArea .controlAndMatches .matchesWidget {
    margin-left: 1em; }

.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4em;
  color: #086fa1;
  background-color: white;
  padding-top: 2px; }
  .header .brand {
    color: #df8e00; }
  .header a {
    text-decoration: none;
    color: #ff8800; }
    .header a:hover {
      color: #ff8800;
      text-decoration: underline; }
    .header a:visited {
      color: #ff8800; }
  .header .brand {
    margin-top: 6px;
    padding-left: 1em;
    font-size: 28px; }
    .header .brand .logo {
      height: 1.2em;
      width: 1.2em; }
  .header .logout {
    width: 123px;
    height: 32px;
    margin: 2px 10px 0 0; }
    .header .logout a.logoutButton {
      margin: 8px 3px; }
    .header .logout img {
      vertical-align: middle; }
  .header img.whoami {
    height: 25px;
    width: 25px;
    margin: 3px; }

.thumb {
  cursor: pointer;
  margin-right: 1em;
  padding-left: 0.5em; }

.thumbNormal {
  padding-right: 3em;
  border-bottom: 6px solid #ffcc66; }
  .thumbNormal a {
    color: #ffcc66; }
    .thumbNormal a:hover {
      color: #ff8800;
      text-decoration: none; }
    .thumbNormal a:visited {
      color: #ffcc66; }

.thumbNormal-selected {
  border-bottom: 6px solid #ff8800; }
  .thumbNormal-selected a {
    color: #ff8800; }
    .thumbNormal-selected a:visited {
      color: #ff8800; }

.appThumbs {
  position: absolute;
  bottom: 0;
  left: 12em;
  text-transform: lowercase;
  font-weight: bold;
  white-space: nowrap; }
  .appThumbs .thumbPerson {
    border-bottom: 6px solid #ffcc66; }
    .appThumbs .thumbPerson a {
      color: #5da1c1; }
      .appThumbs .thumbPerson a:hover {
        color: #086fa1;
        text-decoration: none; }
      .appThumbs .thumbPerson a:visited {
        color: #5da1c1; }
    .appThumbs .thumbPerson .closeX {
      margin: 0 0.5em 1px 2em; }
  .appThumbs .thumbPerson-selected {
    border-bottom: 6px solid #ff8800; }
    .appThumbs .thumbPerson-selected a {
      color: #086fa1; }
      .appThumbs .thumbPerson-selected a:visited {
        color: #086fa1; }

.contentGradient {
  position: fixed;
  top: 4em;
  width: 100%;
  height: 20px; }
  .contentGradient div {
    background-color: #ff8800; }

.tabbyContent {
  margin-top: 4em;
  padding: 20px 1em 0 1em;
  background-color: #ff8800; }

.needBasicPermissionsPage .text {
  width: 30em;
  margin: 20px auto; }

.matchAsWidget {
  position: fixed;
  top: 0;
  right: 200px;
  padding: 3px 10px;
  color: white;
  background-color: #086fa1;
  border: 2px solid #3ca0d0;
  border-top: 0;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px; }
  .matchAsWidget img {
    height: 20px;
    width: 20px;
    margin: 0 3px; }
  .matchAsWidget button {
    margin-left: 5px; }

.matchAsWidget-enabled {
  padding-bottom: 0; }

.matchAsDialog {
  width: 40em; }

.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.welcomeTab .trunk {
  margin: 0 20px 0 0; }
  .welcomeTab .trunk .emph {
    font-weight: bold;
    color: #ff8800; }
.welcomeTab .inviteFriends {
  margin-top: 10px;
  text-align: center; }
.welcomeTab .accountStatus .inner {
  margin: auto; }
.welcomeTab .accountStatus .gwt-Image {
  margin-right: 10px; }
.welcomeTab .inspirations table {
  margin: auto;
  width: 100%; }
.welcomeTab .inspirations td {
  text-align: center; }
.welcomeTab .inspirations img {
  vertical-align: middle; }
.welcomeTab .handiworkHistoryFake p {
  text-align: center;
  font-size: 1.2em; }
.welcomeTab .handiworkHistory {
  margin: auto; }
  .welcomeTab .handiworkHistory tr.mainRow > td {
    padding: 1em 0.5em 0;
    vertical-align: middle; }
  .welcomeTab .handiworkHistory tr.commentsRow > td {
    padding: 0.2em 3em 0; }
  .welcomeTab .handiworkHistory .arrowPanel {
    text-align: right; }
  .welcomeTab .handiworkHistory .picAndName {
    border: 1px solid #086fa1;
    background-color: #edeff4;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0.5em; }
    .welcomeTab .handiworkHistory .picAndName a {
      color: #3b5998; }
    .welcomeTab .handiworkHistory .picAndName img {
      width: 32px;
      height: 32px;
      vertical-align: middle;
      margin-right: 0.3em; }
  .welcomeTab .handiworkHistory .extra {
    margin-left: 0.2em;
    margin-right: 1em; }
  .welcomeTab .handiworkHistory .recentComments .commentThumb {
    display: block;
    margin-left: 2em; }
  .welcomeTab .handiworkHistory .recentComments .commentish {
    overflow: auto;
    color: #333;
    background-color: #edeff4;
    border-bottom: 1px solid #E5EAF1;
    padding: 5px 5px 4px 5px;
    margin-bottom: 2px; }
    .welcomeTab .handiworkHistory .recentComments .commentish a {
      color: #3b5998; }
  .welcomeTab .handiworkHistory .recentComments .commentHeader img {
    margin-right: 8px;
    vertical-align: middle; }
  .welcomeTab .handiworkHistory .recentComments .commentWidget {
    width: 100%; }
    .welcomeTab .handiworkHistory .recentComments .commentWidget td:first-child {
      width: 40px; }
    .welcomeTab .handiworkHistory .recentComments .commentWidget img {
      width: 32px;
      height: 32px; }
    .welcomeTab .handiworkHistory .recentComments .commentWidget .when {
      margin-top: 0.2em;
      color: gray; }

.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.youTab .grant {
  margin: 3em auto;
  width: 22em; }
  .youTab .grant li {
    margin-top: 0.5em; }
  .youTab .grant .buttons {
    margin-top: 10px;
    text-align: center; }
.youTab .yourPictures {
  text-align: center; }
  .youTab .yourPictures .picFrame {
    margin: 15px auto 0; }
  .youTab .yourPictures .pic {
    cursor: pointer; }
  .youTab .yourPictures .hideablePic-hidden .gwt-Image {
    opacity: 0.25;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }
.youTab .trunk {
  margin: 0 1em; }
.youTab .availabilityWidget {
  text-align: left; }
  .youTab .availabilityWidget .heading {
    text-align: left; }
  .youTab .availabilityWidget input {
    font-size: 3em; }
  .youTab .availabilityWidget label {
    font-size: 1.3em; }
  .youTab .availabilityWidget .checkboxes {
    margin: auto; }
  .youTab .availabilityWidget .previewLinkBox {
    float: right;
    margin-left: 1em; }
  .youTab .availabilityWidget .extraText {
    margin-top: 10px;
    text-align: center; }
.youTab .selfWidget .name {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.3em; }
.youTab .selfWidget .missing {
  margin-top: 10px; }
  .youTab .selfWidget .missing .gwt-Label {
    margin-left: 20px;
    color: red;
    font-weight: bold; }
  .youTab .selfWidget .missing .screenShot {
    width: 400px;
    margin: 10px auto 0 auto;
    position: relative; }
    .youTab .selfWidget .missing .screenShot .hilightSex {
      position: absolute;
      left: 260px;
      top: 46px;
      width: 110px;
      height: 20px; }
    .youTab .selfWidget .missing .screenShot .hilightOrientation {
      position: absolute;
      left: 75px;
      top: 95px;
      width: 40px;
      height: 30px; }
    .youTab .selfWidget .missing .screenShot .hilightLocation {
      position: absolute;
      left: 75px;
      top: 11px;
      width: 90px;
      height: 15px; }
.youTab .selfWidget .editMsg {
  margin-top: 10px;
  font-size: 0.8em;
  text-align: center; }
.youTab .orientationEditor table {
  margin: auto; }
.youTab .orientationEditor td {
  padding: 0 0.5em; }
.youTab .orientationEditor td:first-child {
  text-align: right; }
.youTab .orientationEditor .gwt-Label {
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap; }
.youTab .orientationEditor .gwt-RadioButton {
  display: block; }
.youTab .freeFormsEditor .freeFormWidget {
  margin-bottom: 20px; }
  .youTab .freeFormsEditor .freeFormWidget .inPlaceTextEditor {
    margin-top: 5px; }
  .youTab .freeFormsEditor .freeFormWidget .question {
    font-weight: bold;
    font-size: 1.2em; }
  .youTab .freeFormsEditor .freeFormWidget .edit {
    font-size: 0.9em;
    margin-left: 10px; }
  .youTab .freeFormsEditor .freeFormWidget .answer {
    color: grey;
    margin-left: 0.5em; }
.youTab .freeFormsEditor .addFreeForm .gwt-Label {
  margin-left: 40px; }
.youTab .likesGrid td {
  padding-bottom: 5px;
  vertical-align: top; }

.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.app .controlPanel {
  position: fixed;
  top: 5.5em;
  bottom: 0;
  margin-left: 1em;
  display: hidden; }
  .app .controlPanel .biases {
    position: absolute;
    top: 14.5em;
    bottom: 0;
    left: 0;
    right: 0; }
  .app .controlPanel .biases-withInvite {
    bottom: 6.5em; }
  .app .controlPanel .inviteMatchAs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em; }
    .app .controlPanel .inviteMatchAs .loading {
      display: block;
      margin: auto; }
    .app .controlPanel .inviteMatchAs .name {
      font-weight: bold;
      font-size: 1.1em; }
    .app .controlPanel .inviteMatchAs buttons {
      text-align: center; }
    .app .controlPanel .inviteMatchAs button {
      display: block;
      position: relative;
      margin: -0.75em auto; }

.controlPanel {
  width: 28em; }
  .controlPanel .buttons {
    text-align: center; }
    .controlPanel .buttons button {
      margin: 1em;
      width: 10em; }
  .controlPanel .exclusions .gwt-InlineLabel {
    margin-left: 0.4em;
    margin-right: 0.4em; }
  .controlPanel .exclusions .row {
    margin: auto;
    text-align: center;
    margin-bottom: 0.3em;
    white-space: nowrap; }
  .controlPanel .exclusions .last {
    margin-bottom: 0; }
  .controlPanel .exclusions .firstRadio {
    margin-right: 3em; }
  .controlPanel .exclusions .locRow td {
    height: 1em; }
  .controlPanel .exclusions .locRow .simi-NumberBox {
    width: 3em; }
  .controlPanel .exclusions .locRow .location {
    font-weight: bold;
    font-size: 0.9em;
    margin-left: 0;
    overflow: hidden;
    color: #ff8800;
    cursor: pointer; }
  .controlPanel .exclusions .locRow .locationEditor .gwt-SuggestBox {
    width: 16em; }
  .controlPanel .exclusions .simi-GlassCover {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; }
  .controlPanel .biases {
    overflow: auto; }
    .controlPanel .biases .biasEditor {
      width: 100%;
      height: 1.5em; }
      .controlPanel .biases .biasEditor .gwt-Label {
        text-align: right; }
    .controlPanel .biases .biasMoreImportant {
      text-align: right;
      padding: 4px 40px 0 0;
      font-size: 7pt;
      background: url("../img/more_important_arrow.png") no-repeat right top;
      height: 20px; }
    .controlPanel .biases .noBiases {
      text-align: center;
      font-weight: bold;
      color: red; }
    .controlPanel .biases .pieWindow {
      position: fixed;
      left: 29em;
      bottom: 0;
      z-index: 1;
      margin-left: 0.6em; }
    .controlPanel .biases .likesToolTip {
      position: fixed;
      left: 29em;
      bottom: 16em;
      z-index: 1;
      right: 10em;
      margin-left: 0.6em; }
    .controlPanel .biases .buttons {
      text-align: center; }
      .controlPanel .biases .buttons button {
        margin: 5px 10px; }

.distanceNumberBox {
  width: 6em; }

.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.starredTab {
  margin-left: 29em; }

.matchesTab {
  margin-left: 29em; }

.matchResultsWidget .topBar {
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ffcc66; }
  .matchResultsWidget .topBar td {
    text-align: center; }
  .matchResultsWidget .topBar .stats {
    color: grey; }
  .matchResultsWidget .topBar .gwt-CheckBox {
    font-size: 1.2em;
    margin-right: 16px; }
.matchResultsWidget .noMatches {
  text-align: center; }

.matchResultsFaces img {
  margin: 10px;
  height: 100px;
  width: auto; }

.matchWidget > tbody > tr > td {
  padding: 10px 10px; }
.matchWidget .name {
  font-weight: bold;
  font-size: 1.2em; }
.matchWidget .scoreLabel {
  margin-top: 1.3em; }
.matchWidget .freeForm .question {
  font-weight: bold; }
.matchWidget .freeForm .answer {
  color: grey; }

.matchWidgetNotLast {
  border-bottom: 1px solid #ffcc66; }

.facePopup {
  width: 43em; }

.brand {
  font-family: "Terminal Dosis Light", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.personTab .profilePic {
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 auto 20px auto; }
.personTab .locationPic {
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: auto; }
.personTab .trunk {
  margin: 0 20px 0 20px; }
.personTab .picturesWidget img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  margin: auto;
  cursor: pointer; }
.personTab .picturesWidget td {
  vertical-align: middle;
  padding: 0 10px 10px 0; }
.personTab .name {
  font-size: 2em;
  font-weight: bold; }
.personTab .contactButtons button {
  margin-top: 10px; }
.personTab .freeForm {
  margin-bottom: 20px; }
  .personTab .freeForm .question {
    font-weight: bold;
    font-size: 1.2em; }
  .personTab .freeForm .answer {
    color: grey;
    margin-left: 0.5em; }

.picturePopup .placeholder img {
  display: block;
  margin: auto; }
.picturePopup button {
  width: 6em; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #ffcc66;
  background-color: #ff8800; }
  body .brand {
    color: white; }
  body a {
    text-decoration: none;
    color: #086fa1; }
    body a:hover {
      color: #5da1c1; }
    body a:visited {
      color: #086fa1; }

h1 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  color: #086fa1; }
  h1 .brand {
    font-size: 2em; }
    h1 .brand .logo {
      height: 1em; }

img {
  border: 0; }

em {
  font-weight: bold;
  font-style: italic; }

#loading {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 40em;
  margin-left: -20em;
  text-align: center; }
  #loading #msg {
    margin: 1em auto;
    font-weight: bold; }
