﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*style from gp*/
.infoContent {
    margin-left: 2%;
    width: 43%;
    float: right;
    position: relative;
}

.mainImageContent {
    width: 55%;
    float: left;
}

.splitPage {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 100%;
    position: relative;
    overflow: auto;
}

.indexTitle{
    background-color:lightgray; color:navy; text-align:center;
}

[data-toggle="collapse"]:after {
display: inline-block;
font: normal normal normal 16px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f054";
transform: rotate(-90deg);
transition: all linear 0.25s;
float: right;
}

[data-toggle="collapse"].collapsed:after {
transform: rotate(90deg);
}

