﻿/* Move down content because we have a fixed navbar that is 50px tall */

  html {
            margin:auto;
            padding: 0;
            font-size: 13px;
            line-height: 150%;
            font-family: Arial, Helvetica, sans-serif;
            background: url(/images/bg-header2.png) repeat-x;
            background-color: white;
        }


body {
    padding-top: 5px;
    padding-bottom: 20px;
     margin: 0;
     
}

 .Image_Button {
            height: 200px;
            width: 400px;
            margin-bottom: 5px;
            border-radius: 10px;
        }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 900px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


/*common*/


.pageLayout {
    font: 14px 'Segoe UI', Arial, sans-serif;
    margin-left:auto;
    margin-right:auto;
    
    
}



    .pageLayout h1,
    .pageLayout h2 {
        font-weight: normal;
        color: #c03234;
    }



    .pageLayout h1 {
        margin: 0;
        font-size: 2.3em;
    }



    .pageLayout h2 {
        font-size: 1.23em;
    }





    /*header*/

    .pageLayout .header {
        background-color: #e2e2dc;
    }



        .pageLayout .header p {
            font-size: 1.43em;
        }



        .pageLayout .header img {
            width: 100%;
            display: block;
        }



/*content*/

.content {
    text-align: center;
}



    .content .t-container {
        padding: 0;
    }



    .content img {
        display: inline-block;
    }



    .content .description {
        height: 230px;
        background-color: #f3f3f1;
        margin: 0 -15px;
        padding: 5px 20px;
    }



.deviceImage {
    padding-top: 20px;
}



.deviceIcon {
    padding: 15px 0;
}



@media only screen and (min-width: 769px) {



    .pageLayout .header {
        padding: 4% 4% 0;
    }
}



@media only screen and (max-width: 768px) {



    .pageLayout .header {
        text-align: center;
    }
}



@media only screen and (min-width: 568px) and (max-width: 768px) {



    .content .description {
        height: 170px;
    }
}



@media only screen and (max-width: 360px) {



    .content .description {
        height: auto;
    }
}

.Wrap
{
    white-space:normal;
    word-wrap:normal;
   word-spacing:normal;    
}

.FooterMenu
{
    background-color:#EAEAEA;
}
.tdALeftVTop
{
    text-align:left;
    vertical-align:top;
}
.tdACenterVBottom
{
    text-align:center;
    vertical-align:bottom;
}
.marginItem
{
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.marginlbl
{
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.marginTree
{
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;

}
.WhiteSpaceNormal
{
    white-space:normal;
}
.inlineBlock { display: inline-block; }
.floatLeft { float: left; }
.floatRight { float: right; }