#titleContainer
{
    display: none;
}
#addPanel
{
    display: none;
}
#topContainer
{
    padding: 0;
}
.pageTitleContainer
{
    min-width: 1121px;
    height: 34px;
    padding: 4px 32px 7px 20px;
    border-bottom: 1px solid #FAFAFA;
    -webkit-box-shadow: inset 0px -1px 0px #AFAFAF;
    -moz-box-shadow: inset 0px -1px 0px #AFAFAF;
    box-shadow: inset 0px -1px 0px #AFAFAF;
    background: url(../../img/mainBg.png);
    position: relative;
}
.pageTitleContainer p
{
    padding-top: 12px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#topControls
{
    min-width: 1145px;
    height: 34px;
    padding: 4px 20px 7px 20px;
}
#topControls h2,
.pageTitleContainer h2
{
    margin: 0;
    font-size: 18px;
}
#leftNav
{
    display: none;
}
#mainContent
{
    margin-left: 0;
}
.dashedSeparator
{
	padding-bottom: 14px;
	margin-bottom: 21px;
    border-bottom: 1px dashed #000000;
}
h3.dashedSeparator
{
	line-height: normal;
}
.siteVersion.detached
{
    display: block;
}

.pagination > ul > .active > span {
  color: black;
  background-color: white;
  cursor: default;
  border: none;
  padding: 0;
}

.pagination > ul > li > a,
.pagination > ul > li > span {
    float: none;
}

.col {
    text-align: center;
}


.col h3 {
  color: #5793a9;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}


.kits {
    margin-top: 75px
}

.tools {
    margin-top: 50px
}

.title {
    margin-top: 150px;
    text-align: left;
    color: #5793a9;
/*    width: 430px;*/
}



.description {
    
}

.title-description {
    color: #909090;
    min-width: 300px;
    max-width: 500px;
}
