
.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    position: fixed;
    z-index: 1050;
    margin-left: 5px;
    top: 40%;
    left: 45%;
    /*background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;*/
}
.musthave {
    color:red ;
}


*
{
    box-sizing: border-box;
}
  .modalBackground {
            background-color: gray;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }

        .modalPopup {
            background-color: #ffffdd;
            -webkit-border-radius: 10px;
            -webkit-box-orient: vertical;
            -webkit-transition: 200ms -webkit-transform;
            box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        }
body
{ font-family: Arial,Calibri;
    /*font-family: 'Trebuchet MS',Arial,Calibri;*/
    /*padding: 10px;*/
    background: #edf6f3;
    /*background-image: url('../Images/bg-noise.png');*/
    /*background-repeat: repeat-x;*/
}

/* Header/Blog Title */
.header
{
    padding: 0px;
    text-align: center;
    background: white;
    /*margin-left: -15px;
    margin-right: -15px;*/
}

    .header img
    {
        width: 100%;
        max-height :135px;
        /*height:135px;*/ 
    }
     
    .header h1
    {
        font-size: 50px;
    }
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn
{
    float: left;
    width: 20%;
}

/* Right column */
.rightcolumn
{
    float: left;
    width: 80%;
    padding-left: 20px;
}

/* Fake image */
.fakeimg
{
    background-color: #D1E7FA;
    width: 100%;
    padding: 5px;
    margin-left :1%;
}

    .fakeimg p
    {
        border-bottom: #808080 1px dotted;
        margin-bottom:0px;
    }
/* Add a card effect for articles */
.card
{
    background-color: white;
    padding: 5px;
    margin-top: 5px;
}

/* Clear floats after the columns */
.row:after
{
    content: "";
    display: table;
    clear: both;
}

/* Footer */
.footerMy
{
    padding: 20px;
    text-align: center;
    /*background: #3F7AB1;*/
    background: #1D9C73;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    font-family: Candara,"Comic Sans MS", sans-serif;
    font-weight: bold;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px)
{
    .leftcolumn, .rightcolumn
    {
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px)
{
    .topnav a
    {
        float: none;
        width: 100%;
    }
}

.mainContainer
{
    /*max-width: 1100px;*/
    margin: auto;
    width :97%;
}

.labelAll
{
    /*max-width: 1100px;*/
    margin: 3%;
    width :auto ;
}
