.error-targeting {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

.ficcs-stats {
    display: flex;
    flex-wrap: wrap;
}

.ficcs-stats div {
    flex: 1 0 25%;
    box-sizing: border-box;
    background: #e0ddd5;
    color: #171e42;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 40px;
    text-align: center;
    border-radius: 5px;
}

.ficcs-stats div span{
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.ficcs-stats #ficcs-view {
    background: #ee8434;
    color: #171e42;
}

.ficcs-stats #ficcs-order {
    background: #fcff4b;
    color: #171e42;
}

.ficcs-stats #ficcs-total {
    background: #5fad41;
    color: #171e42;
}

.ficcs-message {
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #ffeccb;
    margin-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
}

.ficcs-message ul {
    list-style: circle;
}

.ficcs-message ul li {
    margin-left: 3em;
}

.ficcs-message a {
    display: block;
    text-align: right;
    text-decoration: none;
}
