/*!
 * A lousy attempt by Diego Perez to create some sensible CSS for the GVG Competition website.
 *
 * bs-callout comes from Twitter Bootstrap:
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */


.bs-callout {
    margin:10px 0;
    padding:10px;
    border-left:3px 
    solid #eee
}

.bs-callout h4{margin-top:0;margin-bottom:2px}
.bs-callout p:last-child{margin-bottom:0}.bs-callout code{background-color:#fff;border-radius:3px}
.bs-callout-success{background-color:#F3FFE5;border-color:#468847}
.bs-callout-success h4{color:#468847}
.bs-callout-danger{background-color:#fdf7f7;border-color:#d9534f}
.bs-callout-danger h4{color:#d9534f}
.bs-callout-warning{background-color:#fcf8f2;border-color:#f0ad4e;valign:center}
.bs-callout-warning h4{color:#f0ad4e}
.bs-callout-info{background-color:#f4f8fa;border-color:#5bc0de}
.bs-callout-info h4{color:#5bc0de}

.gvgCarouselImg img {
   width: auto;
   height: 225px;
   max-height: 225px;
}

/*
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
  max-width: none;
}
*/
