* {
    margin: 0;
    padding: 0;
}
body {
    /*background-image: url('../images/background.jpg');
    background-repeat:no-repeat;
    background-position: center center;*/

    background: url("../images/background2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: 15px;
}
a { cursor: pointer }
table { border-collapse: collapse; }
td { vertical-align: top; }

.mainCon {
    width: 100%;
    /*margin-top: -40px;*/
}
.mainTop {
    position: sticky;
    top: 0;

    flex-grow: 1;
    height: 40px;
    background: #adcaef;
    /*padding-top: 5px;*/
    padding-left: 60px;
    border-bottom: 1px solid #213853;

    font-size: 30px;
    font-weight: bolder;
    text-shadow: .25px .25px #fff;
}

.flexCon {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.flexConPg {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.flexConPg div {
    width: 80%;
    min-width: 300px;
    max-width: 400px;
    padding: 10px;
    background: #fff;

    border-radius: 7px;
    border-left: 1px solid #8d9fa9;
    border-top: 1px solid #8d9fa9;
    border-right: 3px solid #8d9fa9;
    border-bottom: 3px solid #8d9fa9;
    margin-right: 5px;
    margin-top: 5px;
    min-height: 150px;

}

.flexConPg div:last-child { margin-right: 0px; }
.flexConPg div h3 {
    width: 100%;
    border-bottom: 2px solid gray;
    margin-bottom: 5px;
}

.btnImg {
    height:25px;
    width: 25px;
    vertical-align: middle;
    cursor: pointer;
    margin: 2px;
}
.btnImgSm {
    height:18px;
    width: 18px;
    vertical-align: middle;
    cursor: pointer;
    margin: 2px;
}