.default-widget {
     position: relative;
     background-color: #f4f4f4;
     display: inline-block;
     width: 100%;
     border: 1px solid #DEDEDE;
     font-family: myAkkurat, sans-serif;
 }

.default_widget_buttons {
  font-size: 12px;
  padding: 2px 5px;
}

.default_widget_buttons.disabled {
  opacity: 0.7;
  cursor: default;
}

.default-vote-widget .default_widget_question_div {
  margin: 10px 0 10px 0;
}

@media only screen and (max-width: 599px) {
    body {
        margin: 0;
    }

    .default-widget {
      border: none;
    }

    .default_widget_buttons {
      font-size: 10px;
    }

    .default-vote-widget .default_widget_question_div {
      margin: 25px 35px 20px 35px;
    }
}

/* Default-VOTE-Widget PROGRESS BAR */
.default-vote-progress-bar {
  padding: 0px 10px 10px 10px;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 599px) {
  .default-vote-progress-bar {
    padding: 0px 0px 10px 0px;
  }
}

.default-vote-widget-progress-bar-container {
  background-color: white;
  box-shadow: 0 5px 5px -5px #BFBFBF;
  padding: 12px 16px;
  font-size: 15px;
}

@media only screen and (max-width: 599px) {
  .default-vote-widget-progress-bar-container {
    padding: 10px 16px 0px 16px;
    margin: 10px;
  }
}

.progress-bar-wrapper {
    display: table;
    height: 50px;
}

.progress-bar-container {
    display: table-cell;
    vertical-align: middle;
    height: 20px;
    width: 100%;
    position: relative;
    /*padding:0 10px;*/
}

.progress-bar-container-yes,
.progress-bar-container-no {
    float: left;
    height: inherit;
}

.progress-bar-container-yes {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.progress-bar-container-no {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.progress-bar-number {
    display: none;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.1px;
    height: calc(100% - 8px);
    padding: 3px 0 0 0;
}

@media only screen and (max-width: 599px) {
  .progress-bar-number {
    color: #000;
    position: absolute;
    right: -5px;
    bottom: 8px;
  }
}

/** BUTTONS **/
.button-wrapper {
    display: table-cell;
    vertical-align: middle;
}

button.green, button.red {
  margin-right: 10px;
}

/* STYLE SPECIFIC CSS */
.campus_default_widget_buttons, .campus_green, .campus_red {
  font-size: 12px;
  padding: 2px 5px;
  margin-right: 10px;
}

/* ##### CURRENT ARGUMENT */
@media only screen and (max-width: 599px) {
  .default-vote-widget .current-argument-container {
    margin-top: -5px;
  }
}
