@charset "utf-8";
/* CSS Document */
/* carousel */

.carousel-inner .carousel-caption {
    /*background-color:yellow;*/
    color:black;
    font-size:10px;
}

.carousel-inner .carousel-caption .msg{
    background-color:yellow;
}

.carousel-indicators li {
    border: 1px solid #000;
}

/* https://getbootstrap.com/docs/3.3/css/ */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.carousel-inner .item img {width:100%}

/* Small devices (tablets, 768px and up) */
/* @media (min-width: @screen-sm-min) { */
@media (min-width: 768px) { 
    
    .price .table { width:60%; }
    .carousel-inner .carousel-caption {
        font-size:16px;
    }
}

/* Medium devices (desktops, 992px and up) */
/* @media (min-width: @screen-md-min) { */
@media (min-width: 992px) { 
    
    .price .table { width:60%; }
    .carousel-inner .carousel-caption {
        font-size:16px;
    }

}

/* Large devices (large desktops, 1200px and up) */
/* @media (min-width: @screen-lg-min) { */
@media (min-width: 1200px) { 
    
    .price .table { width:60%; }
    .carousel-inner .item img {width:100%}
    .carousel-inner .carousel-caption {
        font-size:20px;
    }

}

/* 

* {padding:0; margin:0}

body {font-size:12px; color:#000; background-color:#fff;}

a {text-decoration:none; outline:none; border:none; color:#333;}
a img {border:none; outline:none;}

 
.header {width:100%; height:80px; border:#999 1px solid; margin-bottom:10px; padding-top:20px; text-align:center;}
.left {width:290px; float:left; border:#999 1px solid; padding:5px;}
.left ul {margin:0; padding:0;}
.left ul li {list-style:none;}
.content {width:676px; float:left; border:#999 1px solid; margin-left:10px; padding:5px;}
.footer {width:100%; height:20px; border:#999 1px solid; margin-top:10px; padding-top:5px; text-align:center;}

*/