/* 
    Document   : product.css
    Created on : Mar 20, 2015, 2:11:00 PM
    Author     : Julia Sun
    Description:
        Purpose of the stylesheet follows.
*/
.slide-title{
	color: white;
	font-size: 48px;
	font-weight: bolder;
	margin-bottom: 4px;
}
.post-container {
    margin: 20px 20px 0 0;  
    border: 5px ;
    overflow: auto
}
.post-thumb-left {
    float: left
}
.post-img {
    display: block
}
.post-content-left {
    margin-left: 210px;
}
.post-thumb-right{
    float: right
}
.post-img {
    display: block
}
.post-content-right {
    margin-right: 210px;
}
.post-title {
    font-weight: bold;
    font-size: 200%
}
.center{
    text-align: center;
}

.left{
    text-align: left;
}
.topspace{
    padding-top: 10px;
}
.right{
    text-align: right;
}
.middle{
   vertical-align: middle;
}
.leave-space{
    padding-top: 20px;
    padding-bottom: 20px;
}

.chart:nth-of-type(even) {
    background: #e0e0e0;
}

.hidden{
    display:none;
}
.underline{
    border-bottom: 1px solid #aaa;
}
.grey{
    background-color:  #ffff80;
}
.around{
    border: 1px solid #aaa;
}
.tall{
    height:100%;
}
.colorblock {   
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}

.heavy{
    font-weight: bold;
}
.title_mobile{
        color: #409a0a;
        font-size: 16px; 
        text-align: center;
    }
    .img_mobile{
        width:200px;
        padding-bottom: 10px;
    }
    .block_mobile{
        height:90px;
        margin-bottom: 5px;
        width: 128px;
    }
    .block_mobile .title{
        color: #409a0a;
        font-size: 10px;
        font-weight: bolder;
        /*width:120px;*/
        /*padding-bottom: 1px;*/
        padding-top:2px; 
    }
    .block_mobile p{
        /*width:70px;*/
        margin: 0;
        font-size: 10px;
        /*line-height: 12px;*/
    }
    .block_mobile img{
/*        width: 70px;*/
        height:55px;
    }
    .listbox{
        background:#f8f8f8;border:1px #ccc dotted;
	padding:10px;margin-bottom:15px;margin-top:10px;
    }
    .listbox ul {
        /*list-style-image: url("../images/arrow.png");*/  
        font-size:14px; 
        list-style: disc;
        padding-left: 15px;
}
.listbox ul li { 
        line-height:20px; 
}
.listbox a{
   color: #409a0a;
}
.question{
    padding-bottom:10px;
    color: #409a0a;
    font-size:16px;
    font-weight:bold;
}
.selected{
    color: #409a0a;
    font-weight: bolder;
    font-size: 16px;
}