body {
 
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

#RGB {
	height: 20px;
	background: rgb(128, 128, 128);
}
#RC .slider-selection {
	background: #FF8282;
}
#RC .slider-handle {
	background: red;
}
#GC .slider-selection {
	background: #428041;
}
#GC .slider-handle {
	background: green;
}
#BC .slider-selection {
	background: #8283FF;
}
#BC .slider-handle {
	border-bottom-color: blue;
}
#R, #G, #B {
	width: 300px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
 
.footer { 
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
 
 
.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url("http://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff") format("woff");
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


/* =========================================================
Heading
============================================================ */
h1 {
    color: #434c51;
    font: 400 32px/34px 'Oswald', sans-serif;
    letter-spacing: 0;
    margin-top:5px;  
    margin-bottom:5px;

}
h2 {
    color: #434c51;
    font: 400 28px/30px 'Oswald', sans-serif;
    letter-spacing: 0;
    margin-top:5px;  
    margin-bottom:5px;
}
h3 {
    color: #434c51;
    font: 400 20px/22px 'Oswald', sans-serif;
    letter-spacing: 0;
    margin-top:5px;  
    margin-bottom:5px;
}
h4 {
    color: #434c51;
    font: 400 20px/22px 'Oswald', sans-serif;
    letter-spacing: 0;
    margin-top:5px; 
    margin-bottom:5px;

}
h5 {
    color: #434c51;
    font: 400 16px/20px 'Oswald', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
    margin-top:5px;


}
h6 {
    color: #434c51;
    font: 400 14px/20px 'Oswald', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
    margin-top:5px;  


}

.borderTable > thead > tr > td.info, .borderTable > tbody > tr > td.info, .borderTable > tfoot > tr > td.info, .borderTable > thead > tr > th.info, .borderTable > tbody > tr > th.info, .borderTable > tfoot > tr > th.info, .borderTable > thead > tr.info > td, .borderTable > tbody > tr.info > td, .borderTable > tfoot > tr.info > td, .borderTable > thead > tr.info > th, .borderTable > tbody > tr.info > th, .borderTable > tfoot > tr.info > th {
	/* background-color: #f2f5f7 !important; */
}

.borderTable > thead > tr > th, .borderTable > tbody > tr > th, .borderTable > tfoot > tr > th, .borderTable > thead > tr > td, .borderTable > tbody > tr > td, .borderTable > tfoot > tr > td {
	border: 1px solid #9d9292;
} 

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  
}
