table {
    border-collapse: collapse;
    table-layout: fixed;
    box-sizing: border-box;
}

th {
    font-weight: bold;
    padding: 5px;
    border: 1px solid black;
}

td{
    border: 1px solid #000000;
    padding: 6px;
}

table a {
    display: inherit;
}
table img {
    display: inline-block;
}

.iconSize {
    height: 26px;
}

.snapshotSize {
    width: 80px;
}

.mugshotSize {
    width: 200px;
}

.mugshotTitle{
    font-weight: bold;
    border-bottom: 0px solid black;
    padding: 10px;

}

.mugshotName {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 0px solid black;
    border-top: 0px solid black;
    padding: 10px;

}

.mugshotDesc {
    border-top: 0px solid black;
    padding: 10px;

}

.quote {
    padding-top: 10px;
    font-size: 30px;
}

.quote-ep{
	font-decoration: italic;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

.spinner-left{
	border-right: 0px solid black;
}

.spinner-right{
	border-left: 0px solid black;
}

#spintable td {
    font-size: 16px;
    border-color: #b4b4b4;
}

#spintable td.topCell {
    border-top: 2px solid black;
}

#spintable td.bottomCell {
    border-bottom: 2px solid black;
}

#spintable td.leftCell {
    border-left: 2px solid black;
    font-size: 26px;
}

#spintable td.rightCell {
    border-right: 2px solid black;
}

#spintable th.topCell {
    border-top: 2px solid black;
}

#spintable th.bottomCell {
    border-bottom: 2px solid black;
}

#spintable th.leftCell {
    border-left: 2px solid black;
}

#spintable th.rightCell {
    border-right: 2px solid black;

}

#spintable th {
    font-size: 30px;
}

#begging_for_money{
    padding: 4px;
    width: 100%;
    height: 10vh;
    background: white;
    padding-top: 16px;
}

#begging_for_money img {
    width: 30px;
    height: 30px;
}

#begging_for_money td {
    border: 0;
}

#close_begging{
    font-size: 12px;
}

#begging_for_money td:nth-child(odd){
    padding-right: 0;
}

#begging_for_money input {
    border: 0;
}

.videoIcon {
    max-height: 26px;
    margin-right: 5px;
}
