﻿     /* Remove the navbar's default margin-bottom and rounded borders */
  .navbar {
            margin-bottom: 0;
            border-radius: 0;
        }

        /* Add a gray background color and some padding to the footer */
        footer {
            background-color: #f2f2f2;
            padding: 25px;
        }

        .boxhead
        {
            text-align:left;
            font-weight:bold;
            color:black;

        }

        .boxdata {
            text-align:justify ;
            font-weight: normal;
            color: black;
            padding-left:20px;
        }

        li.mylist {
            display: block;
        }

            li.mylist:before {
                /*Using a Bootstrap glyphicon as the bullet point*/
                content: "\e080";
                font-family: 'Glyphicons Halflings';
                font-size: 9px;
                float: left;
                margin-top: 4px;
                margin-left: -17px;
                color: #CCCCCC;
            }

            .pHead1
            {
                font-size:12px;

            }

      

        .toplogo {
            background: url("../images/toplogo.png") no-repeat center;
            height: 160px;
            background-size: contain;
            margin-top:25px;

        }

        ul li {
            padding: 5px 0px;
        }

        #days {
            font-size: 40px;
            color: #db4844;
           
        }

        p.normal {
            font-weight: normal;
            font-size:12px;
        }

        p.thick {
            font-weight: bold;
            font-size: 14px;
        }

        p.thicker {
            font-weight: 900;
        }

        .chat {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .chat li {
                margin-bottom: 10px;
                padding-bottom: 5px;
                border-bottom: 1px dotted #999999;
            }

                .chat li.left .chat-body {
                    margin-left: 60px;
                }

                .chat li.right .chat-body {
                    margin-right: 60px;
                }

                .chat li .chat-body p {
                    margin: 0;
                }

            .panel .slidedown .glyphicon,
            .chat .glyphicon {
                margin-right: 5px;
            }

        .chat-panel .panel-body {
            height: 350px;
            overflow-y: scroll;
        }


    

      
       



        .mySlides {
            display: none;
        }

