#home {
 text-align: center;
}

#home-title {
 font-size: 30pt;
 font-weight: bold;
 color: var(--first-color); 
}

#home-description {
 margin-bottom: 10px;
 font-size: 20pt;
 font-weight: bold;
 color: var(--second-color); 
}

#home-value-all-label {
 font-size: 20pt;
 font-weight: bold;
}

#home-value-all {
 font-size: 30pt;
 font-weight: bold;
}

.home-subtitle {
 margin-top: 20px;
 margin-bottom: 10px;
 font-size: 15pt;
 font-weight: bold;
}

.home-border {
 margin: 0 auto;
 padding: 10px 10px 10px 10px;
 background-color: #EEEEEE;
 width: 640px;
 max-width: 100%;
 border: 1px solid #000000;
 border-radius: 20px;
}

.home-icon {
 width: 24px;
}

.home-icon-big {
 width: 32px;
}

.home-label-title {
 font-size: 20pt;
}

.home-loader-big {
 width: 96px;
}

.home-border a {
 font-weight: bold;
}

.home-value {
 font-size: 20pt;
 font-weight: bold;
 margin-bottom: 5px;
}

table th {
 text-align: left;
}

table td {
 text-align: left;
}
.home-border.twitter-widget{
    overflow:hidden;
    position: relative;
    height: 500px;
}

.twitter-widget iframe{
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    left:0;
    top:0;
    right:0;
    bottom:0;
}