p {
    margin: 0;
}

h1:first-child, h2:first-child {
    margin-top: 0;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

p {
    font-size: 15px; 
}

input {
    border-radius: 20px;
    font-family: monospace;
}

hr {
  border-top: 1px dotted white;
}


/* clearfix */
.clearfix:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.clearfix {
    zoom:1; /* for IE6 IE7 */
}


body {
    padding: 0px 25px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color:#e5e6e6;
    background-color: #343a40;
    margin: 0;
    line-height: 1.8;
    margin-top: -4px;
}

header.section,footer.section {
    background: #343a40;
    padding-top: 25px;
    padding-bottom: 25px;
}
.section {
    border-radius: 8px;
    padding: 50px;
    margin-bottom: 10px;
}

footer {
    font-size: 13px;
    text-align: center;
}

a {
    color: #5D9CD4;
    font-weight: 600;
    text-decoration: none;
}

textarea {
    width: 100%;
    border-radius: 8px;
    color: #e4e5e6;
    border: 1px solid #979797;
    line-height: normal;
    font-family: monospace;
    font-size: 13px;
    background: #5b616b;
}

.main{
    background: #46484a;
    color: #fff;
}

.main h2 {
    border-bottom: 1px solid #AECDE9;
}


.src-div{
    float: left;
    width: 48%;
}

.dest-div{
    float: right;
    width: 48%;
}

.hide{
    visibility: hidden;
}

.error-tip{
    background: #FBE3E4;
    color: #D12F19;
    border-color: #FBC2C4;
    margin: 12px 0px;
    border: 2px solid #ddd;
    padding: 6px;
    font-size: 14px;
    border-radius: 8px;
}

.input-box textarea{
    width: 100%;
    min-height: 200px;
}

.result{
	width: 100%;
    min-height: 300px;
}

.small-text{
    min-height: 300px;
}

.config{
    margin-bottom: 10px;
}

button, .button {
    background: #fff;
    color: #5D9CD4;
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 5px 20px;
    font-weight: 400;
    cursor: pointer;
}

button:hover,.button:hover{
    background: #3077B5;
    border: 1px solid #3077B5;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.not-margin-bottom{
    margin-bottom: 0px;
}

.margin-top-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.right-button{
    float: right;
    margin: 12px 0px 1px 0px;
}
.config input{
    margin-left: 7px;
}

.more-class-tip{
    margin-top: 5px;
}

#package-input, #class-input{
    width: 270px;
    background: #5b606b;
    border: 1px solid white;
    padding: 2px;
    color: #fff;
}



.myContainer{
    background: #31353a;
    border-radius: 9px;
    border: 1px;
    border-color: white;
    border-style: solid;
    padding: 15px;
}

.roundCorner {
    border-radius: 20px;
}

.generate-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.leftInfo {
    border-right: 1px gainsboro dotted;
}

.titleHighlight {
    background: #008FEA;
}


#logoJson {
    color: #6cc1f7;
    font-size: 18px;
    font-family: monospace;
}

#logo2 {
    color: #6cf771;
    font-size: 18px;
    font-family: monospace;
}

#logoKt {
    color: #6cc1f7;
    font-size: 18px;
    font-family: monospace;
}

#logoCom {
    color: #6cf771;
    font-size: 18px;
    font-family: monospace;
}

.logoImage {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;

    background-color: aquamarine;
    padding: 4px;
    border-radius: 7px;
}

.titleStyle {
    color: #6cf771;
}

pre {
    color: #FFFF;
    border: 1px solid burlywood;
    border-radius: 9px;
}


#rightExtraLink {
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
    background: chocolate;
    padding: 7px;
    border-radius: 7px;
    margin-top: 10px;
}

.restButton {
    background: transparent;
    margin-left: 8px;
    padding-left: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 9px;
}


