﻿body {
    background-color: #00838f;
    direction: rtl;
    font-family: Arial;
}

.successImg {
    
    width: 60px;
    height: 60px;
}

.dvContainer {
    /*align-content: center;*/
    margin-top: 15%;
    margin-right: 6%;
    width: 85%;
    height: 250px;
    background-color: whitesmoke;
    border-radius: 10px;
}
.tbl {
    margin-right: 5%;
    border:1px;
    border-color :black;
}
.imgNotAvailable {
    margin-right: 40%;
    width: 100px;
    height: 100px;
}

.footerWin {
    position: relative;
    margin-right: 10%;
    width: 100%;
    color: #a59f9f;
    left: 0;
    bottom: -12px;
}

@media screen and (min-width: 800px) {


    .dvContainer {
        margin-right: 38%;
        align-content: center;
        margin-top: 15%;
        width: 500px;
        height: 220px;
        background-color: whitesmoke;
        border-radius: 10px;
    }

    .successImg {
        width: 80px;
        height: 80px;
    }

    
}