div.content {
    background: #EEFFFF;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: normal;
    width: 430pt
}
div.content2 {
    background: #FFFFFF;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: normal;
    width: 430pt
}
div.textA1 {
    background: #FFFFFF;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
    width: 430pt
}
div.biggerBox {
    background: #F1F1F1;
    display:flex;
    flex-direction: row;
}
div.contentside1 {
    background: #f1f1f1;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
    width: 200 pt;

}
.selectorContent {
    background: #F1F1F1;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
    width: 400pt
}
div.outerRegion {
    width: 430pt;
}
div.buttonContainer {
    align-content: center;
    width: 400pt;
}

button {
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
}
button.button1{
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    color: #000000;
    transition-duration: 0.3s;
}
button.button2{
    font-family: Arial;
    font-size: 13pt;
    color: #FF5555;
    font-weight: bold;
    transition-duration: 0.3s;
}


.paging_div {
    width: inherit;
    background: inherit;
    font-size: 12pt;
    font-family: sans-serif;
    background: #FFFFFF;
    font-weight: normal;
    width: 400pt;
    display: none
}

table {
    border-collapse: collapse;
}

table{
    border: 1px solid black;
}
tr, th, td {
    border: inherit;
    border-top: inherit;
    border-bottom: inherit;
    text-align: center;
}
table.selection_table {
    border: 0px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
td.specialHeader {
    width: 40pt;
}
tr.selectorTR {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

span.warningMessage {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
}

div.title{
    width: 430pt;
}
span.title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    width: 420pt;
}
.paging_div table {
    width: 100%;
}
.paging_div table tr{
    transition-duration: 0.5s;
}
.paging_div table tr:hover{
    background-color: rgb(220, 251, 255);
    transition-duration: 0.5s;
}
.paging_div table td{
    transition-duration: 0.5;
}
.paging_div table td:hover{
    background-color: rgb(152, 217, 255);
    transition-duration: 0.5s;
}