.text-block {
    background-color: #BCC8D8;
    color: black;
    padding: 4px;
    border: 1px solid silver;
    margin: 10px 10px 0px 10px;
}

#features {
    margin: 5px;
}
#features ul {
    font-weight: bolder;
}

#quick-tips {
/*    background-color: ;*/
    color: black;
    padding: 4px;
    font-size: 12px;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

#quick-tips img {
    border: 1px groove silver;
}

#foot-note {
    font-size: 12px;
    text-decoration: italic;
    margin-top: 10px;
}

#questions-suggestions-block {
    margin: 20px 0px 20px 0px;
}

/*the container for the doc*/
.app-docs {
    border: 1px dashed gray;
    margin: 7px;
}
.app-docs h3 {
    color: gray;
    margin-bottom: 5px;
}
.app-doc-details {
    border: 1px solid silver; 
    display: table; 
    padding: 4px
}
/*the screenshot doc*/
.docshot {
    
}
/*the caption and text for the docshots*/
.docshot-caption {
    font-size: 11pt;
    padding: 7px;
}
.docshot-caption i {
    color: maroon;
}
/*the title of a screen point*/
.doc-point {
    font-weight: bold;
}
/*the list of screen points*/
.screen-points {
}
.app-docs li {
    line-height: 20px;
    margin-bottom: 7px;
}

.downloadBlock:hover {
    color: black;
    background-color: #777;
}
.downloadBlock {
    margin-top: 20px;
}
.downloadsSection {
    margin-top: 10px;
}
.daybankstation-operation {
    border: 1px dotted black;
}