/*
reyes-lamothe Lab
mobile
2012-12
*/

@media screen and (max-width: 980px) {

    .interior,
    .title {
    width: auto !important;
    padding: 0 20px;
    text-align: center;
    }

    .research .aim {
        padding-left: 0;
        padding-right: 0;
    }

    .research .col {
        width: auto;
        float: none;
    }

    .papers .list,
    .contact .info {
        width: auto;
    }

}

@media screen and (max-width: 768px) {

    .people .item {
        width: 50%;
    }

    .copyright,
    .relevance {
        float: none;
    }

}

@media screen and (max-width: 480px) {

    .mcgill {
        display: none;
    }

    .rrllab {
        text-align: center;
        float: none;
    }

    .interior,
    .title,
    .title span {
        padding: 0 15px;
    }

    .people h2 {
        margin-bottom: 30px;
    }

    .people .list ul {
        padding: 0;
    }

    .people .list .item {
        width: 100%;
        margin-top: 30px;
    }

    .research .aim,
    .contact .info {
        font-size: 1.25em;
    }

}
