#events > li {
    margin: 20px;
    border-bottom: 1px dotted black;
}

body {
    background-image: url("background.png");
    color: #F8F8F0;
    font-family: sans-serif;
    text-align: center;
}

.rollcontrol {
    text-align: center;
    width: 145px;

}

.controls {
    font-size: 40px;
    position: fixed;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.rollbutton {
    height: 25px;
    display: block;
    width: 145px;
    background-color: #2b1502;
    color: #F8F8F0;
    border: 1px solid #E6DB74;
    border-radius: 4px;
    margin: 0;


    border-top: none;

    border-top-right-radius: 0px;
    border-top-left-radius: 0px;

    box-shadow: inset 0px 0px 42px rgba(0,0,0,1);
}

.inputcontainer {

    height: 40px;
    font-size: 40px;
    text-align: center;
    padding: 0;

    width: 144px;


    background-color: #2b1502;
    border-radius: 4px;
    border: 1px solid #E6DB74;
    box-shadow: inset 0px 0px 42px rgba(0,0,0,1);
    color: #F8F8F2;

    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

p {
    margin-bottom: 4px;
}

.rollinput {
    height: 40px;
    width: 60px;
    font-size: 40px;
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    background-color: #2b1502;
    border-radius: 0px;
    border: 0px dotted #ff7d0a;
    box-shadow: inset 0px 0px 42px rgba(0,0,0,1);
    color: #F8F8F2;
}


.nameinput input {
    height: 40px;
    font-size: 25px;
    text-align: center;
    padding: 0;

    width: 144px;


    background-color: #2b1502;
    border-radius: 4px;
    border: 1px solid #E6DB74;
    box-shadow: inset 0px 0px 42px rgba(0,0,0,1);
    color: #F8F8F2;
}

.events {
    list-style-type: none;
    text-align: center;
    width: 100%;
    margin-top: 100px;
}

div.roll {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    display: none;
    overflow: hidden;
}

.roll h1 {
    margin-bottom: 0;
}

div.roll:nth-child(1) {
}
div.roll:nth-child(2) {
    display: block;
    opacity: 0.7;
}
div.roll:nth-child(3) {
    display: block;
    opacity: 0.5;
}

div.roll:nth-child(4) {
    display: block;
    opacity: 0.3;
}

div.roll:nth-child(5) {
    display: block;
    opacity: 0.1;
}

div.roll:nth-child(6) {
    display: block;
    opacity: 0.05;
}

