.ocp-fake-button{
    display:inline-block;
    background-color:#e6dddd;
    padding: 10px;
    margin: 3px;
    text-transform: capitalize;
    border-radius: 7px;
    border-bottom: 0px;
}

.ocp-bottom-border{
    border-bottom: 1px solid #ccc
}

pre{
    border: 1px dotted #999;
    background-color:#f0f0f0;
    padding: 10px 15px;
    height: auto;
    max-height: 600px;
    overflow: auto;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
}​

.important-link{
    font-weight: bold;
    color: #fff;
}

.ocp-team-picture {
    margin: 10px;
    border: solid 1px rgba(100,100,100,0.5);
    width : 200px;
    height: 200px;
    border-radius: 1000px;
}

.ocp-member {
    display : inline-block;
}
.ocp-centered-content{
    text-align: center ;
    margin: auto;
}

.ocp-liq-logo {
    vertical-align: bottom;
    width: 500px;
    max-width: 90%;
    margin: 20px auto;
}

.ocp-by-logo {
    vertical-align: bottom;
    width: 200px;
    max-width: 70%;
    padding-bottom:10px;
    margin: 20px auto;
}

.masthead {
    min-height: 100%;
}

.bg-primary {
    color: white
}

.bg-primary a,
.alert-blue a,
.masthead p > a {
    color: white;
    font-weight: bold;
}

.alert-blue {
    color: white;
    background-color: #5d90c9 !important;
}


@media (max-height: 400px) {
    .ocp-liq-logo {
        max-height: 200px;
    }
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
   height: 100px;
   width: 100px;
   outline: transparent;
   background-size: 100%, 100%;
   border-radius: 50%;
   background-image: none;
}


.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
}

.carousel-caption {
  color: white;
  background-color: #00000055;
}

header.masthead {
  background-image: url("../jpg/header30f4.jpg?v=3");
}
