/*!
 * other css (Kyutech CeNT original)
 * Copyright 2017 Center for Nanosatellite Testing, Kyutech

 */

.collapse.navbar-collapse.navbar-right{
  text-align: right;
  display: block;
}
.top-language {
    color: #ffffff;
    font-weight:none;
    margin-right: 20px;
}
.top-language span {
    margin-left: 10px;
}
.top-language a{
    color: #ffffff;
    font-weight: bold;
}
.top-language a:hover {
    text-decoration: none;
    color: #ff9900;
}
.section-lead {
    text-indent: 1em;
}
.top-link-banner {
    margin-top: 5px;
    margin-bottom: 10px;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.info-new {
    font-size: 14px;
}
.info-new a{
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.info-new a:hover{
    color:#f39832;
}
.top-menu {
    font-size: 18px;
}
.top-menu a{
    font-weight: 600;
}
.top-menu a:hover{
    text-decoration: none;
    color:#f39832;
}
.guidance-list {
    font-size: 16px;
}
.guidance-list a{
    font-weight: none;
}
.guidance-list a:hover{
    text-decoration: none;
    color:#f39832;
}

.navbar-brand {
    font-size: 20px;
}
hr .style-activity {
  border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
  
}
.news {
    text-decoration: underline;
}
.news-margin {
    margin-bottom: 100px;
}
.text-careful {
    color: crimson;
}