﻿
/***start with mobile layout***/

.SystemSection {
    margin-top: 15px;
}

.imgCompanyName
{
    width:100px;
}

.MyContainer 
{
    font-size:17px;
}

.imgRight {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 34px;
}

.UlBullet {
    list-style-type: disc !important;
    font-size: 17px;
    line-height: 30px;
}

/* Mobile landscape*/
@media only screen and (min-width: 480px) {
    .ProductPic {
        width: 60%;
        height: auto;
    }


}


/* Tablet Layout: 768px to 1023px. Inherits styles from: Mobile Layout.*/
@media only screen and (min-width: 768px) {



    .ProductPic {
        width: 60%;
        height:auto;
    }



}


/* Desktop */
@media only screen and (min-width: 1024px) {


    .ProductPic {
        width: 60%;
        height: auto;
    }


   
}
