﻿body {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif; 
	color: #222;
}

@media (max-width: 600px) {
	.container {
		padding-left: 0;
		padding-right:0;
		overflow-x: hidden;
	}
}

.InnerGIGABYTEContent .container {
	max-width: 1440px !important;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.InnerGIGABYTEContent h2 {
	margin-bottom: 1.65rem; 
}

.InnerGIGABYTEContent h4 {
	font-weight: 600 !important;
	margin-bottom: 0.75rem; 
}

.table {
	font-size:inherit;
}

.table thead tr th{
	background:#666;
	color:#fff;
}


.row img {
	display: block;
	margin: 5px auto;
}

hr {
	margin: 45px 0;
}
hr:last-child{
	margin-bottom: 0;
}

.docs-section {
    margin-bottom: 50px;
	line-height: 1.6;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.docs-section h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: 0;
}
.card-body img {
	max-width: 100%;
	margin: 10px 15px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.card-header {
	font-weight:600 !important;
}