@media (min-width: 1100px) {
    body{
/*
        max-height: 100% !important;
        max-width: 100% !important;
*/
        width: 100%;
        height: 100%;
/*        height: 800px !important;*/
        overflow: hidden;
/*        background-color: #bed8ed;*/
    }  
    #tileContainer{
     width: 80%;
     height: 100%;
/*     max-height: 120px; !important;*/
    }
    .tile{
        height: 400px;
    }
    .box_height{
        height: 370px;
    }
    #goalList{
        margin-top: 40px;
        margin-left: 50px;
    }
    #removeSettings{
        width: 150px;
        height: 80px;
        font-size: 18pt;
    }
    #repeatChoice{
        margin-top: 20px;
        width: 150px;
        height: 80px;
        font-size: 18pt;
    }
    #scr10{
        position: absolute !important;
        padding-right: 20px;
    }
    .col-lg-6 h2{
        text-align: center;
    }
    .col-lg-6{
        text-align: center;
    }
    .col-lg-12{
        text-align: center;
    }
    .rightTitle{
        text-align: right !important;
    }
    .topRowTiles{
        margin-bottom: -108px;
    }
    #page2{
        height: 100% !important;
        width: 100%;
        overflow: hidden !important;
    }
}