﻿@charset "UTF-8";

/* =============================================================================
   DSI Container Set Styles
   ========================================================================== */

.container_wrapper {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.container_padding {
}

/* Title, TitleH2 Container Styles */
.container_wrapper h1 .Title  {
  


}
.container_wrapper h2 .Title {
   

}

/* Line Container Styles */
.container_wrapper .line_bg {
    background-image: url(../../Skins/NESPA/assets/bar.png);
    background-repeat: repeat-x;
    background-position: center;
}

.container_wrapper h3 .Title {
    font-weight: bold;
    color: #204b59;
    padding-right: 10px;
    background-color: #fff;
    background-image: none;
}
 
