* {
    margin: 0;
    border: 0;
    padding: 0;
}
body {
	background: rgba(0, 0, 0, 0) radial-gradient(circle, #fff, #e9eef4) repeat scroll 0 0 !important;
    font: 16px/28px Arial, San-Serif !important;
    color: #404040;
}

a { color: #808080; text-decoration: none; }
a:hover { text-decoration: none; }

h1 {
    font-size: 20px !important;
    /* line-height: 60px !important;*/
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
}

h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    color: #009000 !important;
}

.flash_message_success {
    text-align: center;
    color: green;
    font-family: Verdana;
}





.td_option a {
    float: right;
    clear: both;
    font-size: 10px;
    height: 20px;
}

.edit-pic-form {
    display: none;
}

#error-div {
	color: red;
	background-color: #e1cdb7;
}



/* --- viewports --- */
@media only screen and (max-width: 768px) {

.jkm-mob { width: 95% !important; }

}

