.newsletter-rating-wrapper {
    width: 100%;
    text-align: center
}

.newsletter-rating-wrapper .custom-rating-text h1,
.newsletter-rating-wrapper .custom-rating-text h2 {
    padding: 40px 0 0
}

.newsletter-rating-wrapper .custom-rating-text p {
    margin: 35px 1% 0
}

.newsletter-rating-wrapper.archive {
    display: inline-block;
    width: auto;
    float: right
}

.newsletter-rating-wrapper.archive .newsletter-star-rating {
    margin: 0
}

.newsletter-rating-wrapper.archive .newsletter-star-rating .singleStar,
.newsletter-rating-wrapper.archive .newsletter-star-rating .resultStar {
    width: 20px;
    height: 20px
}

.newsletter-rating-wrapper .newsletter-star-rating {
    display: table;
    margin: 15px auto 25px
}

.newsletter-rating-wrapper .newsletter-star-rating .starImage {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.newsletter-rating-wrapper .newsletter-star-rating .singleStar,
.newsletter-rating-wrapper .newsletter-star-rating .resultStar {
    display: table-cell;
    text-align: left;
    width: 50px;
    height: 50px
}

.newsletter-rating-wrapper .newsletter-star-rating .singleStar a,
.newsletter-rating-wrapper .newsletter-star-rating .resultStar a {
    background-image: url('/wp-content/plugins/antenne-newsletter-rating-system/assets/images/star-empty-50x50.png');
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -100px;
    overflow: hidden;
    outline: 0
}

.newsletter-rating-wrapper .newsletter-star-rating .singleStar a:hover,
.newsletter-rating-wrapper .newsletter-star-rating .resultStar a:hover,
.newsletter-rating-wrapper .newsletter-star-rating .singleStar a.activeStar,
.newsletter-rating-wrapper .newsletter-star-rating .resultStar a.activeStar,
.newsletter-rating-wrapper .newsletter-star-rating .singleStar a.hoverStar,
.newsletter-rating-wrapper .newsletter-star-rating .resultStar a.hoverStar {
    background-image: url('/wp-content/plugins/antenne-newsletter-rating-system/assets/images/star-full-50x50.png')
}

.newsletter-rating-wrapper .fullStars {
    background-image: url('/wp-content/plugins/antenne-newsletter-rating-system/assets/images/star-full-50x50.png')
}

.newsletter-rating-wrapper .halfStars {
    background-image: url('/wp-content/plugins/antenne-newsletter-rating-system/assets/images/star-half-50x50.png')
}

.newsletter-rating-wrapper .emptyStars {
    background-image: url('/wp-content/plugins/antenne-newsletter-rating-system/assets/images/star-empty-50x50.png')
}

.newsletter-rating-wrapper .starScore {
    display: table-cell;
    color: black;
    vertical-align: middle;
    width: auto;
    font-size: 1.6em;
    font-weight: bold;
    padding-left: 10px
}

.newsletter-rating-wrapper #submit-rating {
    border: 1px solid #BF0004 !important;
    text-transform: none;
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
    padding: 5px 2%;
    color: #fff;
    background-color: #BF0004;
    font-weight: normal;
}

#main-newsletter-rating h1 {
    text-align: center;
}

.newsletter-rating-wrapper input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.newsletter-rating-wrapper label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.newsletter-rating-wrapper input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.newsletter-rating-wrapper input[type=submit]:hover {
  background-color: #45a049;
}

.newsletter-rating-wrapper .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.newsletter-rating-wrapper .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.newsletter-rating-wrapper .col-75 {
  float: left;
  width: 65%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.newsletter-rating-wrapper .row:after {
  content: "";
  display: table;
  clear: both;
}
  
.newsletter-rating-wrapper #loading {
    display: none;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  #loading {
      margin: 0 auto!important;
  }
}

  
/*ADMIN LAYOUT*/
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}