@import '/semantic.min.css';
html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.boardCard:hover {
  box-shadow: 0 0.1em 0.5em #0c9bef;
}

.boardCard {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  cursor: pointer;
  display: inline-table;
  margin: 8px;
  overflow: hidden;
  width: 288px;
}
.boardCard a:hover {
  text-decoration: none;
}
.boardCard .imgContainer {
  background-color: #373737;
  padding-bottom: 16px;
  padding-top: 16px;
  height: 212px;
  vertical-align: middle;
  position: relative;
}
.boardCard .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 240px;
  max-height: 180px;
}
.boardCard .title {
  background-color: #fafafa;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  padding-left: 10px;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 286px;
  white-space: nowrap;
}
.boardCard .url {
  background-color: #fafafa;
  color: #808080;
  font-size: 13px;
  font-weight: normal;
  opacity: 1;
  padding-left: 10px;
  text-align: left;
}
.boardCard .summary {
  background-color: #fafafa;
  color: #373737;
  font-size: 16px;
  font-weight: normal;
  height: 96px;
  margin-bottom: 10px;
  opacity: 1;
  overflow: hidden;
  padding: 8px 10px 5px;
  text-align: left;
  vertical-align: top;
  visibility: visible;
}

.boardListContainer {
  display: inline-table;
  text-align: center;
  width: 100%;
}

.boardList {
  text-align: center;
  display: inline-table;
  max-width: 1000px;
  margin-top: 32px;
}

html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.titleBar {
  padding: 10px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1b1b1b;
  border-bottom-left-radius: 5;
  border-bottom-right-radius: 5;
  box-shadow: 0 0.1em 0.5em #1b1b1b;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 100vw;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1047px) {
  .titleBar {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.titleBar .bigSocialMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 590px) {
  .titleBar .bigSocialMenu {
    display: none;
  }
}
.titleBar .bigSiteMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 590px) {
  .titleBar .bigSiteMenu {
    display: none;
  }
}
.titleBar .logoImg {
  max-height: 46px;
  min-width: 140px;
}
.titleBar .submissionButton {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4caf50;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  margin-right: 8px;
  min-width: 174px;
  padding: 20px 15px;
  white-space: nowrap;
}
.titleBar .middleContainer {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.titleBar .addProjectButton {
  margin-right: 8px;
}
.titleBar .userButtonContainer {
  min-width: 87px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.titleBar .userDropContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.titleBar .userDropContainer > i {
  padding-left: 5px;
  margin-top: -3px;
}
.titleBar .smallMenu {
  display: none;
}
@media (max-width: 590px) {
  .titleBar .smallMenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 90%;
  }
}

.searchContainer {
  border: 1px solid #e3e3e3;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 594px;
  border-radius: 4px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
}

.searchBackground {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
}

.searchInputIcon {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-left: 8px;
  color: #a9a9a9;
}

.searchIcon {
  color: #a9a9a9;
}

.clickableLink {
  cursor: pointer;
}

.searchInput {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 52px;
  position: relative;
  margin-top: 10px;
}
.searchInput input {
  -webkit-appearance: none;
  background: #fff;
  border: 0;
  border-radius: 0 3px 3px 0;
  font-size: 18px;
  height: 40px;
  line-height: 22px;
  padding-right: 16px;
  position: relative;
  width: 100%;
}
.searchInput input:focus {
  outline: none;
}
