/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016年8月22日, 下午05:59:24
    Author     : yaya1
*/
.info h4 {
    color: #447924;
    font-size: 20px;
    font-weight: 600;
}
.info h4, .info h5 {
    display: inline-block;
}
.students-work-block {
    background-color: #c0e6c9;
    background: #ddefcd; /* Old browsers */
    background: -moz-linear-gradient(top,  #ddefcd 0%, #c0e6c9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ddefcd 0%,#c0e6c9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ddefcd 0%,#c0e6c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddefcd', endColorstr='#c0e6c9',GradientType=0 ); /* IE6-9 */

    padding: 4px !important;
    padding-bottom: 40px !important; 
}
@media (min-width: 768px){
    .students-work-block {
        background-color: #d9edcc;
        padding: 25px !important;
        padding-bottom: 80px !important; 
    }
}
.info h4 {
    font-size: 21px;
    color: #30541b;
}
.info hr {
    border-top: 2px solid #c4d2c9;
}
 
.items {
    overflow: auto;
    padding:  0;
}
@media (min-width: 768px){
    .items {
        padding:  0 6%;
    }
}
div.page-title {
    padding: 5px 10px 0px !important;
}
.info {
    text-align: center;
}
.description {
    padding-top: 10px;
    font-size: 16px;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    
}
.sub { 
    background: #FFF; 
    padding: 5px 8px 13px; 
    border: 2px #c4d2c9 solid; 
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .sub {
        float: left; 
        max-width: none;
        width: 100%;
    }
}

.preview {
    width: 100%;
    min-height: 165px;
    max-height: 200px;
}
.preview img{
    max-height: 100%;
}

.creator {
    font-size: 18px;
    font-weight: 600;
}
.like {
    font-size: 24px;
}
.like img {
    width: 25%;
}

ul#students-work-list {
    list-style: none;
    padding-left : 0;
}

ul#students-work-list span.date {
    display: block;
    text-align: center;
}

ul#students-work-list span.title {
    display: block;
    text-align: center;
    font-size: 150%;
}

ul#students-work-list li a {
    display: block;
    border: solid 1px #afcaba;
    padding: 8px 21px;
    border-radius: 5px;
    color: #68776f;
    width: 100%;
    transition-duration: 0.3s;
}

ul#students-work-list li {
    padding: 5px 5px;
    /*width: 50%;*/
     width: 100%; 
    display: inline-block;
    float: left;
    text-align: center;
}

ul#students-work-list li a:hover {
    border: solid 1px #baf7e9;
    background: #f7fffc;
    color: #5da782;
}

ul#students-work-list .items {
    padding: 0 5%;
}
@media (min-width: 768px) {
    ul#students-work-list .items {
        padding: 0 18%;
    }
}