﻿body {
    font-family: 'Segoe UI';
    font-size: 15px;
    color: black;
    height: 100%;
}

.navbar {
    margin-bottom: 0;
}

html {
  position: relative;
  min-height: 100%;
}

footer {
    width: 100%;
}

.Vajrakavach {
    font-family: Arial Black;
    font-weight: bold;
    color: red;
    font-size: 15px;
}

.content-border {
    border: 1px solid lightgray;
}

.content {
    font-family: 'Segoe UI';
    text-align: justify;
    text-justify: inter-word;
} 

.fullContent {
	display:inline;
	float:left;	 
    font-family:'Segoe UI';
    text-align:justify;
    text-justify:inter-word; 
}

.fullContent .tab {
    font-family:'Segoe UI';    
}


.thumbnail.right-caption {
    float: left;
    text-align: justify;
}

    .thumbnail.right-caption > .caption {
        padding: 14px;
    }

    .thumbnail.right-caption > img {
        float: left;
        margin-right: 19px;
    }


.justifyCaption {
    text-align: justify;
}

.panel > .service-heading {
    color: white;
}

.list-group > .list-group-item-black {
    color: black;
}

.alert-border {
    border-bottom: 1px thin gray;
    border-top: 1px thin gray;
}

.panel-body > h2, h3, h5 {
    color: #3384ff;
    text-align: left;
}

 .custom-bullet li {
            display: block;
        }

            .custom-bullet li: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;
            }


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}