.help-block {
    font-size: 8pt;
    color:grey;
}

.control-label {
    font-weight: bold;
}

.consent-container {
    background-color: rgb(234, 234, 234);
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 15px;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
    margin: 20px 0 20px 0;
}

.form-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.diary-element {
    border-radius: 5px;
    border: 1px solid #dddddd;
    margin: 5px;
}

.diary-inner-element {
    padding: 10px;
}

.date-element {
    background-color: #aaa;
    color: white;
    width: 50px;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    text-align: center;
}

.date-month-element {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
}
.date-day-element {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
}
.date-year-element {
    font-size: 10px;
    line-height: 1;
}

.subevent-row {
    margin: 5px;
}
.figure {
    font-size: 24px;
}

.weapon-type-tag {
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-radius: 10px;
    padding: 5px;
}

