﻿.mainTitle {
    width: 900px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

    .mainTitle span {
        display: inline-block;
        height: 35px;
        font-size: 28px;
        font-family: PingFang-SC-Heavy,PingFang-SC;
        font-weight: 800;
        color: rgba(51,51,51,1);
        line-height: 53px;
    }

.grayDiv {
    width: 100%;
    height: auto;
    background: rgba(148,148,148,0.5);
    box-shadow: 0px 2px 4px 0px rgba(148,148,148,0.5);
}

.item {
    width: 890px;
    height: auto;
    border-block-color: black;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 5px;
}

.essay {
    width: 800px;
    margin-top: 15px;
    padding-left: 15px;
    box-shadow: 0px 1px 12px 0px rgba(255,255,255,0.5),0px 1px 12px 2px rgba(227,227,227,0.5);
    border-radius: 30px;
}

    .essay .subTitle {
        margin: 0 auto;
        display: block;
        margin-top: 5px;
        text-align: left;
    }

        .essay .subTitle span {
            display: inline-block;
            height: 33px;
            font-size: 25px;
            font-family: Verdana;
            font-weight: bold;
            color: darkslategray;
            line-height: 33px;
        }

        .essay .subTitle p {
            margin-left: 10px;
            display: inline-block;
            height: 25px;
            font-size: 15px;
            font-family: Verdana;
            color: darkgreen;
            line-height: 33px;
            vertical-align: bottom;
        }

    .essay .prompt {
        width: 90%;
    }

        .essay .prompt span {
            display: inline-block;
            height: 33px;
            font-size: 18px;
            font-family: Tahoma;
            color: darkred;
            line-height: 33px;
        }

    .essay .essayTitle {
        margin-top: 20px;
        width: 95%;
    }

        .essay .essayTitle span {
            height: auto;
            display: block;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            line-height: 25px;
            font-family: Arial;
            word-break: break-word !important;
        }

    .essay .details {
        width: 90%;
        height: auto;
        position: relative;
        display: block;
        text-align: left;
        padding-left: 15px;
        padding-right: 5px;
        font-size: 20px;
        line-height: 25px;
        font-family: Arial;
        word-wrap: break-word !important;
    }

.comments {
    width: 800px;
    margin-top: 5px;
    margin-left: 50px;
    padding-right: 15px;
    box-shadow: 0px 1px 12px 0px rgba(255,255,255,0.5),0px 1px 12px 2px rgba(227,227,227,0.5);
    border-radius: 30px;
    text-align: right;
}

    .comments .subTitle {
        margin: 0 auto;
        display: block;
        margin-top: 5px;
        text-align: right;
    }

        .comments .subTitle span {
            display: inline-block;
            height: 33px;
            font-size: 21px;
            font-family: Verdana;
            color: orangered;
            line-height: 33px;
        }

    .comments .details {
        width: 90%;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: block;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
        line-height: 25px;
        font-family: cursive;
    }


.empty {
    height: 20px;
}

.fixedLengthTitle {
    width: 400px;
}

    .fixedLengthTitle span {
        font-size: 38px;
    }

.awardImage {
    width: 200px;
    margin-left: 100px;
}

    .awardImage img {
        width: 100%;
    }

.award {
    width: 95%;
    margin-top: 10px;
}

    .award img {
        width: 100%;
    }
