.signin-form-wrap #reset,
.email-log-access-form-wrap #reset {
    background-color: red;
}

.log div {
    display: inline-block;
    padding-right: 30px;
}

.asdfdatetime {
    font-weight: bold;
}

.log:nth-child(even) {
    background-color: #f3fcff;
}

.logwrap {
    display: flex;
    flex-direction: column;
    margin-bottom:20px;
}
.no-entries {
    margin-bottom: 20px;
}

.logentry {
    display:flex;
    min-height: 50px;
    border-bottom: 1px solid #666;
    align-items: center;
    flex-wrap: wrap;
}
.logentry .datetime {
    width: 150px;
}
.logentry .name,
.logentry .admin-log-items {
    flex-shrink: 0;
}
button#my-stats {
    cursor: pointer;
    background-color: #f3fff3;
    color: #098409;
    border-width: 1px;
}
#stats-results {
    border: 1px solid green;
    border-radius: 10px;
    background-color: rgb(238, 255, 238);
    padding: 20px;
    margin-bottom: 40px;
}

.stat {
    border: 1px solid grey;
    float: left;
    padding: 15px;
    margin: 4px;
    border-radius: 7px;
    background-color: rgba(255,255,255,.5);
}

.stat .title {
    font-size: 1.2em;
    font-weight: 600;
}

.logentry .admin-log-items {
    margin-left: auto;
}
.logentry .name {
    min-width: 200px;
}
.logentry .notes {
    max-width: 450px;
}
.signin-keyholder {
    margin: 10px 0 15px;
}
.logentry .ushpa {
    width: 70px;
}

.logentry .key_used {
    margin-left: 10px;
}

.logwrap {
    border-color: #666;
    border-width: 1px 1px 0 1px;
    border-style: solid;
}
.logentry:nth-child(even) {
    background-color: #f3fcff;
}
.logentry > div {
    padding: 5px;
}

.code-entry .pass {
    width: 100px;
    display: inline-block;
    border: 2px solid #a2a2e2;
    height: 150px;
    font-size: 5em;
    text-align: center;
    background-color: #f3f3f5;
    border-radius: 25px;
    margin-right: 10px;
}

.code-entry {
    margin-bottom: 20px;
}

.complete-form {
    border: 1px solid green;
    border-radius: 15px;
    padding: 10px;
    background-color: #f8fff8
}

#sitesignin-sign-in-confirm-ok .info {
    margin-bottom: 20px;
    border: 1px dashed #d3d3d3;
    padding: 5px;
    background-color: #fafafa;
    font-size: .9em;
}

.missionKeyCount {
    border: 1px solid #a9a9a9;
    padding: 8px;
    width: 200px;
    cursor: pointer;
    margin-bottom: 15px;
}

.keysUsed {
    font-size: 3em;
    width: 50%;
    display: inline-block;
    text-align: center;
}

.keysText {
    display: inline-block;
    width: 40%;
}

.missionKeyCount .recent {
    padding-top: 5px;
    text-align: center;
    color: #888;
    font-size: .9em;
}
.missionKeyCount b {
    font-size: 1.2em;
    padding-right: 5px;
}
.missionKeyCount .more-info {
    color: #bbb;
    text-decoration: underline;
    text-align: center;
    font-size: .9em;
}
.moreKeyInfo {
    display: none;
    border: 1px solid #a9a9a9;
    background-color: #e9f8fd;
    padding: 10px;
    margin-top: -10px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .logentry .datetime {
        width: 100%;
    }
    .signin-form-wrap,
    .complete-form {
        font-size: 1.2em;
    }
    #sitesignin-sign-in-notice #reset,
    #sitesignin-sign-in-confirm-ok #reset {
        float: right;
    }
}

