a.center,
p.center {
    display: block;
    width: 800px;
    margin: 0 auto;
}

table.center {
    margin: 0 auto;

}

table.right-text {
    text-align: right;
}

h2.center-text,
h3.center-text,
h4.center-text,
p.center-text {
    text-align: center;
    color: #333;
}

#logo {
  top: 0;
  background-size: contain;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 3%/15%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-width: 800px;
}

div.input-center {
    text-align: center;
}

.gradient-box {
    padding: 4px;
    border-radius: 6px;
    background-color: #d8ecf9;
    background: linear-gradient(180deg, rgba(241,247,255,1) 0%, 
        rgba(210,234,246,1) 100%);
    border: 1px solid rgba(0,0,0,0.1);
}

.gradient-box:hover {
    border-bottom-color: rgba(0,0,0,0.2);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, 
	rgba(241,247,255,1) 10%, 
	rgba(208,232,245,1) 100%);
}

.box-row {
  margin-bottom: 8px;
}

.news-header {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    border-bottom-left-radius: 0;;
    border-bottom-right-radius: 0
}

.fixed-height-menu-container {
    padding: 4px;
}

.news-twitter {
    border-right: 1px solid rgba(170, 184, 207, 0.4);
    border-left: 1px solid rgba(170, 184, 207, 0.3);
}

/* Extra small devices (phones, less than 768px) */
.fixed-height-menu {
    height: auto;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .fixed-height-menu {
        height: 204px;
        height: 14.57em;
    }

    .twitter-timeline {
        height: 596px !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .fixed-height-menu {
        height: 164px;
        height: 11.71em;
    }

    .twitter-timeline {
        height: 476px !important;
    }
}

div.fixed-height-menu h3 {
    margin-top: 8px;
}

div.fixed-height-menu ul {
    padding-left: 32px;
    padding-right: 4px;
}
