.edit-story {
  padding-top: 45px;
  padding-bottom: 55px; }
  .edit-story .edit-headline {
    font-size: 34px;
    color: #5A5A5A;
    text-align: left;
    margin-bottom: 35px; }
  .edit-story input, .edit-story select {
    height: 49px; }
  .edit-story .country-select, .edit-story .lang-select, .edit-story .dest-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/arrowdown.svg);
    background-repeat: no-repeat;
    background-position: 96% center; }
  .edit-story .access-tabs p {
    font-size: 16px; }
  .edit-story textarea {
    width: 100%; }
  .edit-story .custom-file-label {
    background-color: #F5F5F5; }
