/********** Overridden styles for discover pages **********//********** Overridden styles for discover pages **********/

body {
    height: auto;
}

.r-discover-page {
    background-color: #FAFAFA;
}

.r-discover-heading {
    width: 100%;
    text-align: center;
    font-size: 35px;
    margin-bottom: 1.5em;
    margin-top: 1em;
}

.r-theme-thumbnail {
    width: 400px;
    height: 320px;
    margin: 2.5em 1.5em;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1), 0 2px 5px 0 rgba(0,0,0,0.2);
}

.r-theme-thumbnail-bottom-bar {
    height: 80px;
    min-height: 80px;
    width: 100%;
    background-color: #FFF;
}

.r-theme-thumbnail-name {
    overflow: hidden;
    color: #039BE5;
    text-decoration: none;
}

.r-theme-thumbnail-name:hover {
    text-decoration: none;
    color: #F9DC54;
}

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