
#chatName{
    width:65%;
    text-align:center;
}

#modifiersBox{
    display:none;
}

#modifiersBox > div{
    display:flex;
    justify-content: space-between;
}

#modifiersBox > div > div:first-child{
    display:flex;
    justify-content: space-between;
}

#modifiersBox > div > div:first-child{
    display:flex;
    justify-content: space-between;
}

#rollBox{
    display:flex;
    justify-content: space-between;
}

#rollBox button{
    width:31px;
}

#chatBox{
    margin:15px 0px;
    display:flex;
}

#chatBox button{
    margin-left:5px;
    width:max-content;
    font-weight: bold;
}

#macrosBox input{
    width:50%;
}

#logBox{
    position:relative;
    box-sizing: border-box;
    flex:auto;
    width:calc(100%);
    border:2px solid black;
    overflow-y: scroll;
    flex-direction: column-reverse;
    padding-bottom:30px;
}

#logBox > div{
    padding:8px;
}

#logBox > div > div:last-child{
    padding-left:10px;
    padding-top:3px;
}
#logBox > div > div:first-child{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#logBox b{
    font-size:large;
}

#logBox > div > div:first-child > span:last-child{
    color:blue;
    cursor:pointer;
}

#logBox > div:nth-child(odd){
    background-color: lightgrey;
}

#logBoxBottom{
    margin-top: -26px;
    margin-bottom: 5px;
    max-height: min-content;
    text-align: center;
    padding: 2px;
    width: calc(100% - 26px);
    background-color: white;
    cursor: pointer;
    border: 2px solid black;
    font-weight: bold;
    z-index: 999;
}

#resourcesPanel {
    position: absolute;
    top: 18px;
    left: 216px;
    display: flex;
    border: 4px solid black;
    padding: 5px;
    justify-content: space-between;
    background-color: white;
    right: 263px;
}

#resourcesPanel input[type="text"] {
    width: 10ch;
    font-weight: bold;
    border: 0px;
}

#resourcesPanel input[type="number"] {
    width: 6ch;
    font-weight: bold;
    border: 0px;
}

#resourcesPanel > div {
    display: flex;
    max-width: 49%;
    flex-wrap: wrap;
    justify-content: space-between;
}

#resourcesPanel > div > div {
    display: flex;
    flex-wrap: nowrap;
    margin-right:10px;
}


/*
Stiles for item lists
*/

.itemSlot {
    margin-bottom: 8px;
    display: flex;
}

.itemName {
    min-width: 200px;
    border:0px;
    border-bottom: 1px solid black;
    margin-left: 10px;
}

.itemSlot button:nth-child(2) {
    min-width: 60px;
    margin-left: 8px;
}

.itemSlot button:first-child {
    color: red;
    font-weight: bold;
}

.moveButton{
    margin-right:8px;
    height:21px;
}

#characterDiv h2 {
    display: inline;
    margin-left:50px;
}

#characterDiv > div > div {
    flex-direction: column;
    flex-basis: 33%;
    min-width:180px;
}

#characterDiv > div > div:nth-child(2) {
    padding-left:10px;
    border: solid black;
    border-width: 0px 1px;
    min-width:170px;
}

.statDiv input {
    max-width: 24px;
    margin-left: 5px;
}

.statDiv{
    margin-bottom:3px;
    display:flex;
    align-items: center;
}

.statDiv div{
    width:35px;
}

#characterBlock input{
    font-family: "Times New Roman";
    font-size: 16px;
}

#characterBlock{
    display:flex;
    margin-bottom:8px;
}

#PGDiv input {
    border: none;
    width: 20px;
    max-width: fit-content;
}

#infoColumn > div {
    display: flex;
    justify-content: space-around;
}

#infoColumn{
    padding-right:10px;
}

.windowPagination {
    float: right;
}
