@charset "utf-8";

.thumb-bd{
	padding:10px;
	border:1px solid #dcdcdc;
	}



table.support-info{
	}
table.support-info p.title{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #dcdcdc;
	}
	
table.support-info p{
	line-height:1.6;
	}
	
.img-thumb{
	border:2px solid #dcdcdc;
	}

table.download{
    width: 100%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #015386;
}
table.download td{
    width: 50%;
    text-align: center;
}
.no-bd{
    border: none !important;
}

a.btn-download{
    display: inline-block;
    width: 268px;
    color:#fff;
    font-weight: 600;
    padding: 10px 8px;
    border-radius: 3px;
    background:#015386;
    margin-bottom: 10px;
}
a.btn-download:hover{
    display: inline-block;
    width: 268px;
    color:#fff;
    font-weight: 600;
    padding: 10px 8px;
    border-radius: 3px;
    background:#1b75c2;
    margin-bottom: 10px;
}