/* basic */
body {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: justify;
    background-color: #f3f3f3;
    position: relative;
}
h1,
h2,
h3,
h4 {
    margin-top: 0;
    padding-top: 0;
    color: #333333;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
input[type="submit"],
a {
    transition: all 0.5s ease-in-out;
}
p {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    width: 100%;
	font-size:12px;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.clear {
    clear: both!important;
    float: none!important;
    margin: 0!important;
    padding: 0!important;
}

/* message */
.pmessage {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.pmessage.false {
    background: red;
}
.pmessage.true {
    background: green;
}

/* semantic */
.ui.header {
    text-align: center;
}