.customTileBox {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: wrap;
}
.customTile {
    background : #F6F6F6;
    padding: 16px;
    margin-top: 10px;
    margin-right: 6px;    
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.customtileicon {
    width: 64px; 
    height: 64px;
    margin-right: 10px;
}
.emailTile {
    background : #f7de9b;
}
.customTile > i {
    font-size: xx-large;
    margin: 16px;
}
.italic {
    font-size: small;
    font-style: italic;
}

/*
.footline {
    background : #F6F6F6;
    padding: 10px;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
*/

.tocContent {
    width: 100%;
    display: flex;
    justify-content: right;
}
.imagetoc {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fullimg {
    width: 100%!important;
    margin: 0px!important;
}
.toc {
    background : #F6F6F6;
    width: 300px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hidden {
    display: none;
}
