* {
  margin: 0;
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

h1, h2, h3, h4, ul.menu {
  font-family: "Raleway", sans-serif; }

p, label, table, span, legend, dl, dt, dd {
  font-family: "Roboto", sans-serif; }

h1 {
  text-align: center;
  padding: 20px; }

form {
  text-align: center;
  display: block; }
  form fieldset {
    display: inline-block;
    padding: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px; }
  form span {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin: 0 20px; }
  form p {
    text-align: center;
    margin-bottom: 2em; }
    form p#response {
      margin-top: 1em;
      color: #0066A2; }
  form input.submit {
    clear: both;
    display: block;
    margin: 0 auto;
    background: #0066A2;
    color: white;
    border-style: outset;
    border-bottom-color: #0066A2;
    border-right-color: #0066A2;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    height: 50px;
    width: 100px;
    font: bold 15px arial, sans-serif;
    text-shadow: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
  form input.submit:hover {
    background: #0077B3; }

table {
  margin: 20px auto; }
  table td {
    padding: 10px; }

label {
  display: block;
  margin-top: 3em; }

div.input {
  width: 46%;
  float: left;
  margin: 2%; }

.upload {
  clear: left; }

.upload, .file-list {
  width: 46%;
  float: left;
  margin: 2%; }
  .upload h2, .file-list h2 {
    text-align: center;
    margin-bottom: 1em; }

.file-list ul li .material-icons {
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.4em; }

.file-list ul {
  list-style-type: none; }

.file-list ul li {
  text-align: center;
  line-height: 2.5em; }

.keywords-list {
  margin-top: 2em; }
  .keywords-list dl {
    width: 800px;
    max-width: 95%;
    margin: 0 auto; }
    .keywords-list dl dt {
      display: inline-block;
      width: 100%;
      background: #0066A2;
      font-size: 6em;
      line-height: 1.4em;
      color: #fff;
      border-bottom: 2px solid #0077B3;
      text-align: center;
      cursor: pointer; }
      .keywords-list dl dt:hover {
        background-color: #0077B3;
        -webkit-transition: background-color 0.2s ease-out;
        -moz-transition: background-color 0.2s ease-out;
        -o-transition: background-color 0.2s ease-out;
        transition: background-color 0.2s ease-out; }
    .keywords-list dl dd {
      background-image: linear-gradient(#e3e3e3, #f1f1f1);
      color: #222222;
      padding: 0px;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out; }
      .keywords-list dl dd p, .keywords-list dl dd ul {
        padding: 20px; }
      .keywords-list dl dd p {
        text-align: center; }
      .keywords-list dl dd ul {
        list-style-type: none; }
        .keywords-list dl dd ul li {
          margin-bottom: 0.8em; }
        .keywords-list dl dd ul span {
          color: #0066A2; }
      .keywords-list dl dd.active {
        max-height: 3000px; }

div.editor p {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }
div.editor div.editation {
  width: 800px;
  height: 300px;
  max-width: 95%;
  position: relative;
  margin: 0 auto; }
div.editor p.editable, div.editor p.not-editable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  padding: 10px;
  border: 2px solid #0077B3;
  text-align: left;
  display: block;
  font-size: 1em; }
  div.editor p.editable span, div.editor p.not-editable span {
    color: #0066A2; }
div.editor p.not-editable {
  pointer-events: none; }
div.editor p.keywords {
  width: 800px;
  max-width: 95%;
  margin: 3.5em auto 0;
  font-size: 0.7em;
  text-align: center; }
  div.editor p.keywords:before {
    content: "Hashtag List: "; }

div.logo {
  float: left;
  background-image: url("/img/logo.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 25px;
  margin-left: 10px; }
  div.logo span {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300; }
    div.logo span b {
      font-weight: 700; }

ul.menu {
  float: right;
  margin: 5px;
  font-size: 0; }
  ul.menu li {
    display: inline-block;
    border: 1px solid #fff; }
    ul.menu li a {
      margin: 0;
      text-decoration: none;
      background-color: #0066A2;
      color: #f1f1f1;
      padding: 5px;
      font-size: 14px;
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out; }
      ul.menu li a:hover {
        background-color: #0077B3; }

p.title {
  text-align: center;
  margin-bottom: 3em; }

@media only screen and (max-width: 600px) {
  div.logo {
    float: none;
    margin: 0 auto;
    width: 160px; }

  ul.menu {
    float: none;
    margin: 10px auto 2em;
    text-align: center; }

  .upload {
    margin-top: 20px; }

  .upload, .file-list {
    width: 98%; }

  .keywords-list dl dt {
    font-size: 3em; } }

/*# sourceMappingURL=styles.css.map */
