﻿body {
}

.lastBooksGridViewItem {
    direction: rtl;
    text-align: right;
    padding: 20px;
}

.bookTitle {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    text-shadow: #aaa 2px 2px 4px;
}

    .bookTitle a {
        text-decoration: none;
        color: black;
    }

        .bookTitle a:hover {
        }

.contentArea table {
    border: none;
    width: 100%;
}

    .contentArea table tr {
        border: none;
        width: 100%;
        margin-bottom: 10px;
    }

        .contentArea table tr td {
            font-size: 14px;
            margin-bottom: 10px;
            text-align: justify;
            direction: rtl;
            border: none;
        }

.fieldTitle {
    padding-left: 10px;
    width: 19%;
    font-size: 12px !important;
    color: #555;
}

.completeArticleLink {
    text-align: left;
    font-size: 10px;
}

    .completeArticleLink a {
        text-decoration: none;
        color: black;
    }

        .completeArticleLink a:hover {
            text-decoration: underline;
        }

.bookImageArea {
    text-align: center;
    margin-bottom: 10px;
}

.bookImage {
    max-height: 200px;
}