body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
}
ul {
    margin: 0!important;
    list-style-type: none;
}
p {
    padding: 0px;
    margin: 0px;
}
a {
    color: #1d2e7b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small
{
font-weight:normal;line-height:1;color:#999;padding:0px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1
{
font-size:36px;line-height:40px;margin:0px!important;
}
h2
{
font-size:30px;line-height:40px;margin:0px!important;
}
h3
{
font-size:24px;line-height:40px;margin:0px!important;
}
h4
{
font-size:18px;line-height:20px;margin:0px!important;
}
h5
{
font-size:14px;line-height:20px;margin:0px!important;
}
h6
{
font-size:12px;line-height:20px;margin:0px!important;
}
#landingpage {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    
}

#lp_inner_wrapper {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
    .lp_inner {
        position: relative;
    }
    
    .lp_inner:hover .lp_inner_newblock {
        display: block;
    }
    .lp_inner_newblock {
        position: absolute;
        bottom: -30px;
        left: 46%;
        background-color: #ccc;
        z-index: 9999;
        display: none;
    }
    
    .lp_inner:hover .lp_inner_edit {
        display: block;
    }
        .lp_inner_content {
            border-top-style: solid;
            border-bottom-style: solid;
            border-width: 0px;
            height: 100%;
        }
        
        
            
                
    .lp_info_wrapper {
        padding: 0px;
        margin: 0 auto!important;
        width: 1024px;
        height: 100%;
        /* background-color: #fff; */
    }
        .lp_info {
            display: inline-block;
            position: relative;
            vertical-align: top;
            background-color: #fff;
        }
        .lp_info_content {
            border-style: solid;
            border-width: 0px;
            padding: 20px;
        }
        .lp_info:hover .lp_info_edit{
            display: block;
        }
           
        .lp_info_30 {
            width: 33.33%;
        }
        .lp_info_50 {
            width: 50%;
        }
        .lp_info_70 {
            width: 66.66%;
        }
        .lp_info_100 {
            width: 100%;
        }
        
        
#info_editor {
    display: none;
}

#lp_inner_bg_color, #lp_inner_top_border_color, #lp_inner_bottom_border_color, #lp_info_bg_color, #lp_info_border_color {
    border: 1px solid #ccc; 
    border-left:30px solid #ccc;
    width: 70px; 
}
.lp_info_content ul li {
    list-style-type: disc;
}
.lp_info_content ol li {
    list-style-type: decimal;
}