/* here you can put your own css to customize and override the theme */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
.page-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-align: center;
    margin: 0 !important;
}
small img{
  padding-right: 10px !important;
  width: 100px !important;
  /*padding-bottom: 85px !important;*/
}

.box-border {
    /*width: 220px;*/
    padding: 10px;
    border: 2px solid #3498db;
    background-color: white;
    /*text-align: center;*/
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    /*border-radius: 10px;*/
}
.form-horizontal .checkbox {
  margin-left: 20px;
}
.colored-box {
    background: url(../../pages/img/box-1024-34.png) no-repeat;
    background-size: cover;
}
@media print {
    img {
        display: block !important;
        visibility: visible !important;
    }
}

.shadow-text {
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

.qa { margin-bottom:1.25rem; }
.question { font-weight:700; margin-bottom:0.5rem; }
.answers {
  border-left: 3px solid #e0e0e0; /* garis vertikal */
  padding-left: 1rem;            /* jarak isi dari garis */
  margin-left: 0.5rem;           /* keseluruhan menjorok sedikit */
  background: rgba(0,0,0,0.01);  /* opsional, sedikit latar */
  border-radius: 4px;
}
.answer { padding: 0.4rem 0; }
.questiontext {
  font-style: normal; /* teks normal */
}

.answertext {
  font-style: italic; /* teks miring */
}
