html, body
    {
    min-height: 100%;
    }
    body, input {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    }
    h1, h4 {
    font-weight: 400;
    }
    h4 {
    margin: 22px 0 4px;
    }
    h5 {
    text-transform: uppercase;
    color: #095484;
    }
    .main-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    }
    form {
    width: 100%;
    padding: 20px;
    box-shadow: 0 2px 5px #ccc;
    background: #fff;
    }
    input {
    width: calc(100% - 10px);
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    }
    textarea {
    width: calc(100% - 6px);
    outline: none;
    }
    input:hover, textarea:hover {
    outline: none;
    border: 1px solid #095484;
    }
    th, td {
    width: 15%;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: unset;
    line-height: 18px;
    font-weight: 400;
    word-break: break-all;
    }
    .first-col, .additional-question  .first-col, .course-rate .first-col {
    width: 15%;
    text-align: left;
    }
    .last-col{
    width: 20%;
    text-align: right;
    }
    .question, .comments {
    margin: 15px 0 5px;
    }
    .question-answer label {
    display: inline-block;
    padding: 0 20px 15px 0;
    }
    .question-answer input {
    width: auto;
    }
    .question-answer, table {
    width: 100%;
    }
    .btn-block {
    margin-top: 20px;
    text-align: center;
    }
    button {
      width: 150px;
      padding: 10px;
      border: none;
      border-radius: 5px;
      background: #095484;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      margin: 5px;
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
    }
    button:hover {
    background: #0666a3;
    }
    @media (min-width: 568px) {
    th, td {
    word-break: keep-all;
    }
    }
    .container{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;

    }
    .rotate{
      transform: rotate(-60deg);
      border: 0;
      padding-bottom: 50px;
    }
    #btn{
    font-size: 25px;
    }
    tr.headings td {
        border: 0px;
    }

    .center {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    /* Add a background color on hover */
    .space {
      width: 4px;
      height: auto;
      display: inline-block;
    }

    .blank_row
    {
    height: 10px !important; /* overwrites any other rules */
    background-color: #FFFFFF;
    }
