@charset "utf-8";
/* CSS Document */

.NoItem{
	height: 40px; border: 1px solid #cc0033;
}

.view_btn:link {
    background-color: #9e9e9e;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px 25px;
    text-decoration: none;
}

.view_btn:hover{
	background-color: #fc8b37;
}

.view_btn:visited {
    color: #ffffff;
}


.texture-title {
    font-size: 18px;
    color: #fc8b37;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
}