@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=open sans:400,900');

body{
	margin:0px; padding:0px; overflow-x:hidden; font-family: 'Roboto', sans-serif;}
.tus_download {
    margin: 0px 0 15px 0;
    padding: 20px;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.tus_download h2{
    margin:0px; padding:0px; font-size:20px}
.tus_download h2:hover{
    color:#ed1b24;}











