/**
 * Tatoeba Project, free collaborative creation of multilingual corpuses project
 * Copyright (C) 2009  Parisi Robin <parisi.robin@gmail.com>
 * Copyright (C) 2010  HO Ngoc Phuong Trang <tranglich@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http: //www.gnu.org/licenses/>.
 */

/*
 * Latest messages on Wall
 */
.lastWallMessages {
    width: 100%;
    padding: 10px 0;
}

.lastWallMessages .header {
    color: #777;
    margin-bottom: 10px;
}

.lastWallMessages .body {
    font-size: 0.9em;
}

.lastWallMessages .link {
    text-align: right;
}


/*
 * Tatoeba short description
 */
.topContent .description {
    padding: 50px 10px;
    text-align: center;
}

.topContent strong {
    font-size: 24px;
}

.topContent > md-toolbar {
    background-color: #4caf50; /* Material's green */
    color: white;
}


/*
 * Search
 */
#new-search-bar {
    padding: 10px 20px;
    margin-top: 20px;
    color: #777;
}
#new-search-bar .input.text {
    width: 100%;
}
#new-search-bar .hint em {
    color: #000000;
}

@media only screen and (max-width: 960px) {
    .layout-margin {
        margin: 0;
    }

    #new-search-bar {
        margin-top: 10px;
    }
}

/*
 *
 */
.stats .content .category {
    padding: 10px 16px 0px 16px;
}

.join-us > div {
    padding: 10px;
}
.join-us p {
    padding: 0px 16px;
}
