﻿p{
			text-align: justify;
		}
		.navbar-brand-centered {
			position: absolute;
			left: 52%;
			display: block;
			width: 120px;
			text-align: center;
		}
		.navbar>.container .navbar-brand-centered,
		.navbar>.container-fluid .navbar-brand-centered {
			margin-left: -80px;
		}
		@media only screen and (max-width: 768px) {
			.navbar{
				//width: 105%;
			}
			.navbar-brand-centered {
				left: 56%;
			}
		}

        .prejudice{
            color: #7c256a;
            font-weight: 700;
        }
        .tb_bg{
           // background-color: #7c256a;   
           color: #fff;
        }

        .tb_bg .table-responsive{
           background-color: #7c256a; 
           width: 92%;
           margin-left: 14px;  
           color: #fff;
        }
        .panel_shadow{
            box-shadow: 0px 1px 6px 1px #7c256a;
        }
        .footer_bg{
            background-color: #c5a5be; padding-top: 14px;
        }
        .white_text{
            color: #fff;
        }
        .indent40 {
            text-indent: 40px
        }
        .navbar{
            min-height: 74px;     background-color: #c5a5be;
        }
        .navbar-brand{
            padding-top: 9px !important;
        }
        .dead-page {
            text-align: center;
            float: left;
            width: 100%;
            margin: 70px 0;
        }
        .illustration {
            margin-bottom: 20px;
        }
        .illustration .img-responsive {
            display: inline-block;
        }

        body {
            border:2px solid #7c256a;
            border-radius:7px;
        }


