/* Quetions */


.container { margin: 150px auto; max-width: 960px; }
.container {
    width: 100%;
    max-width: 1140px;
    margin : 0 auto;
}

dl.questions {
    background: #1A1A1A;
    color: #fff;
}

dl.questions dt {
    background: #cc9900 url('../images/plus.svg') right center no-repeat;
    background-size: 22px;
    background-origin: content-box;
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #1A1A1A;
}

dl.questions dd {
    padding: 15px;
    background: #1A1A1A;
}

dl.questions .expanded_img {
  background: #cc9900 url('../images/minus.svg') right center no-repeat;
  background-size: 15px;
  background-origin: content-box;
  cursor: pointer;
}
