body {
    background: #222;
    padding: 2%;
}

input {
    width: 20%;
}

div#sheet {
    background: #FFDD8A;
    padding: 1%;
    border-radius: 10px;
}

ul#file li {
    padding: 5px 0;
}

#upload {
    border: solid black 1px;
    width: auto;
}

.category {
    padding: 1%;
    margin-bottom: 1%;
    border: solid 2px black;
    border-radius: 4px;
}

.statClass {
    margin-bottom: 1%;
    border: solid 1px black;
}

.statTitle {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 5%;
}


#characterIntro div {
    display: inline-block;
    width: 49%;
}

#status {
    margin-bottom: 1%;
}

#status div {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

#status #patrimony {
    width: 40%;
}
#status #patrimony .data{
    width: 90%;
}


#statusRight {
    display: inline-block;
    width: 25%;
}

#statusRight div {
    display: block;
    width: 100%;
}


#statistics {
    display: inline-block;
    text-align: right;
    /*float: left;*/
    width: 60%;
}

#statistics div {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

#statistics h3 {
    margin-bottom: 2px;
}

#statistics div div {
    display: block;
    width: auto;
    padding: 0 15%;
}

#arcanes {
    display: inline-block;
    width: 30%;
}

#arcanes ul {
    text-align: right;
    margin-right: 30%;
}

#help {
    float: right;
}



/******* Equipement part *******/

#equipement > div {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

#equipement input {
    width: 100%;
}

#armor table {
    width: 100%;
}

#armor table tr:nth-child(even) {
    background: rgba(100, 100, 100, 0.5);
}

#armor table #value1, #armor table #value2 {
    width: 10%;
}

#armor table #value1::after{
    content: "/";
}

#value1 input {
    width: 75%
}



/******* weapons part *******/

#weapons {
    margin-left: 5%;
}

#weapons div {
    display: inline-block;
}

#weapons li {
    margin: 5% 0;
}

#weapons #name {
    width: 49%;
}

#weapons #ps input {
    width: 60%;
}

#weapons #ps {
    width: 20%;
}

#weapons #force {
    width: 20%;
}

#weapons #force input {
    width: 50%;
}

#weapons #assaultPerRound input {
    width: 20%;
}

#misc > div {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

#misc textarea {
    width: 90%;
    max-width: 100%;
}
