2015-05-15 00:07:45 +02:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #2672ec !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------- FONTS AWESOME ----------- */
|
|
|
|
.fa-right {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------- ----------- */
|
|
|
|
div.main {
|
|
|
|
text-align: center;
|
|
|
|
margin: 30px 0;
|
|
|
|
}
|
|
|
|
h1.title {
|
|
|
|
font-weight: lighter;
|
|
|
|
font-size: 4em;
|
|
|
|
}
|
|
|
|
|
2015-05-31 03:06:55 +02:00
|
|
|
td {
|
|
|
|
text-align: center;
|
|
|
|
}
|