/*@mixin roundedborder($size) {
  -webkit-border-radius: $size;
  -moz-border-radius: $size;
  border-radius: $size;
}*/
#gender-element label {
  float: left;
  margin-right: 3px; }
  #gender-element label input {
    position: relative;
    top: -2px;
    margin-right: 3px; }

.users-clipboard-wrapper div.top.header, .answer-to-users div.top.header {
  text-align: center;
  height: 45px; }
  .users-clipboard-wrapper div.top.header h1, .answer-to-users div.top.header h1 {
    font-family: brandonFont, arial, sans;
    text-transform: uppercase;
    font-size: 22px; }
  .users-clipboard-wrapper div.top.header hr, .answer-to-users div.top.header hr {
    border: 0;
    height: 3px;
    width: 100%;
    background: #daeff6; }
  .users-clipboard-wrapper div.top.header .logo, .answer-to-users div.top.header .logo {
    position: relative;
    height: 55px;
    background: #FFF;
    margin: 0 auto;
    width: 300px;
    top: -43px; }
.users-clipboard-wrapper.answer-to-users div.top.header .logo, .answer-to-users.answer-to-users div.top.header .logo {
  width: 450px; }
.users-clipboard-wrapper.answer-to-users .users-names label, .answer-to-users.answer-to-users .users-names label {
  color: #2062a2;
  cursor: default; }
.users-clipboard-wrapper.answer-to-users .users-names .user, .answer-to-users.answer-to-users .users-names .user {
  float: left;
  margin: 10px;
  font-size: 14px; }
  .users-clipboard-wrapper.answer-to-users .users-names .user img, .answer-to-users.answer-to-users .users-names .user img {
    margin-right: 10px; }
  .users-clipboard-wrapper.answer-to-users .users-names .user a, .answer-to-users.answer-to-users .users-names .user a {
    text-decoration: none; }
    .users-clipboard-wrapper.answer-to-users .users-names .user a:hover, .answer-to-users.answer-to-users .users-names .user a:hover {
      text-decoration: underline; }
.users-clipboard-wrapper.answer-to-users .message-start .start, .answer-to-users.answer-to-users .message-start .start {
  font-size: 13px;
  color: #086ba6;
  font-weight: bold; }
.users-clipboard-wrapper .clipboard-control, .answer-to-users .clipboard-control {
  width: 775px;
  margin: 0 auto 20px auto; }
.users-clipboard-wrapper .favourite-users-content, .answer-to-users .favourite-users-content {
  width: 620px;
  margin: 0 auto; }
.users-clipboard-wrapper .notice, .answer-to-users .notice {
  display: none;
  font-weight: bold;
  color: #cd0b10;
  margin-top: 10px;
  position: relative;
  top: 10px; }

.endorsements-in-header .endorsement {
  margin-bottom: 10px;
  background: #EEE;
  padding: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px 0px #c9c9c9;
  box-shadow: 0px 1px 2px 0px #c9c9c9; }
  .endorsements-in-header .endorsement:hover {
    background: #F5F5F5; }
  .endorsements-in-header .endorsement span {
    display: block;
    line-height: 14px; }
  .endorsements-in-header .endorsement .name {
    font-weight: bold;
    margin-bottom: 3px; }
  .endorsements-in-header .endorsement .text {
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 14px;
    /* fallback */
    max-height: 28px;
    /* fallback */ }

.endorsements-in-detail {
  margin-bottom: 30px !important; }
  .endorsements-in-detail .endorsement {
    margin-bottom: 20px !important; }
    .endorsements-in-detail .endorsement .text {
      font-style: italic; }

.odprofesora-landing .login-placeholder {
  width: 530px;
  margin: 0 auto; }
.odprofesora-landing .register-placeholder {
  width: 620px;
  margin: 0 auto; }

.business-school label {
  font-weight: bold !important; }
