
.outer-area {
    max-width: 1180px;
    margin: 0px auto;
    box-shadow: 1px 5px 5px #0C196E;
    overflow: auto;
    background-color: #FFF;
}
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-top: 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
    margin-top: 15px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {color: #4DA91C}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #f1f1f1;
}
.message {
    width: 100%;
    height: 280px;
    margin: 0px auto 0px;
    font-size: 90%;
    border: 1px solid #000000;
    border-radius: 3px;
}
.message {
    font-size: 80%;
}
.message-left {
    width: 100px;
    height: 200px;
    float: left;
    margin: 6px;
    font-size: 95%;
}
.message-right {
    width: 200px;
    height: 200px;
    float: right;
    margin: 6px;
}
.message h4 {
    display: block;
    background-color: #3A66FC;
    color: #FFF;
    font-size: 190%;
}
.h5, h5 {
    font-size: 1.0rem;
}
.message h5 {
    display: block;
    background-color: #192861;
    color: #FFF;
    text-align: center;
    height: 20px;
}
.button {
    width: 100px;
    height: 40px;
    border: 1px solid #A2A2A2;
    margin: 55px auto 0px;
    line-height: 40px;
    background-color: #A2A2A2;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    box-shadow: 1px 5px 5px #0C45A0;
}



.blog_img h3{
    background: red;
    font-size: 2.0rem;
}
.panel-body h4{
    background: #F5F5F5;
    border-bottom: 1px solid transparent;
    border-color: #DDD;
    border-radius: 4px;
    font-size: 15px;
    margin-right: 50px;

}
.panel-heading{
    font-size: 2.0rem;
}
.right{
    width: 92%;
    padding-top: 20px;
    line-height: 1.8em;
}
.first-title {
    padding-bottom: 3px;
    padding-left: 15px;
    margin-bottom: 20px;
    padding-top: 3px;
    font-size: 200%;
}
.second-title {
    font-size: 60px;
    padding: 3px 2px 3px 15px;
    font-family: "Roboto Slab",serif !important;
    font-size: 900;
}
.second-title h1{
    margin-top: 0px;
}


/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
}
.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}