
.small-link {
    font-size: 12px;
}

/* * {
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        Arial,
        sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #c7e5c8;
    color: #333;
}

a {
    color: #333;
}

button {
    background-color: #3a3a3a;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #202020;
}

.mt-01 { margin-top: 1px; }
.mt-05 { margin-top: 5px; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 50px; }

.block {
    display: block;
}
.i-block {
    display: inline-block;
}

.small-link {
    font-size: 12px;
}


.root-section {
    display: block;
    margin: 5px auto;
    width: 800px;
    max-width: 100%;
}
.main-section {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}



h1 {
    margin: 10px 0;
    padding: 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

h2 {
    margin: 30px 0 20px 0;
    padding-left: 8px;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    border-left: solid 8px #333;
    border-bottom: solid 1px #333;
}



.app-section {
    margin-bottom: 5px;
    padding-left: 8px;
}
.app-section-inner {
    padding: 10px;
}
.app-section-header-image {
    width: 100px;
    aspect-ratio: 1200/630;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #eee;
}
.app-section-infos {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
    width: calc(99% - 100px - 10px);
}
.app-section-info-values {
    font-size: 12px;
}
.app-section-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.app-section-link {
    font-size: 14px;
    line-height: 20px;
} */




button,
.btn {
    background-color: #44434c;
    color: white;

    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover,
.btn:hover {
    background-color: #5d5c63;
    color: white;
}

.add-app-button-wrap {
    margin-bottom: 20px;
}


.delete-user-link-wrap {
    border-top: solid 1px #ccc;
    margin-left: 20px;
    padding-left: 20px;
}
.delete-user-link {
    display: inline-block;
    padding-top: 15px;
    color: #888;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
#deleteUserButtonFinal {
    background-color: #880000;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
}
