.vertical-row-space{
    margin-top: 45px;
}
#logo
{
    width: 16.67%;
}
#logo-link
{
    text-decoration: none;
}
.navclass{
    margin-bottom: 20px;
}
.nav-col
{
    padding-top: 15px;
}
.int-nav-black-font{
    font-family: 'Raleway';
    color: blue;
}
#logo-text
{
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 1.0em;
    color: white;
    text-decoration: none;
    padding-top: 10px;
}
#balance-text
{
    border:1px; 
    border-style:solid; 
    border-color:#00e1ff;
    width: 250px;
    margin-top:20px;
}
#user-dropdown-menu-list{
    background-color: #1f1f23;
    

}
#user-dropdown-menu-list1{
    background-color: #eee;
    

}
#user-dropdown-menu-list li{
    margin-top: -8px;

}
#user-dropdown-menu-list li a{
  margin-right: 0px;
}
.divider{
    margin-top: 10px;
    padding: auto auto;
}
#user-dropdown-menu-list li a{
    background-color: #1f1f23 !important;
    text-align: left;
}
#user-dropdown-menu-list li{
    background-color: #49494b !important;
}
#user-dropdown-menu-list a:hover{
    color:#00E1FF;   
}
.landing-intra-link
{
    display: inline-block !important;
}
.cws-header-list
{

}

.cws-header-list li
{
    /*    text-transform: uppercase;*/
    text-align: center;
    font-weight: bold;
    /*padding-left: 0.5vw;*/
    /*padding-bottom: 0.1vh;*/
}
.landing-intra-link:after
{

    content: "";  /*This is necessary for the pseudo element to work. */ 
    display: none;  /*This will put the pseudo element on its own line. */
    margin: 0 auto;  /*This will center the border. */
    width: 80%;  /*Change this to whatever width you want.*/ 
    padding-top: 11px;  
    border-bottom: 2px solid #00e1ff; 
}


.cws-active-link:after {
    content: "";  /*This is necessary for the pseudo element to work.*/  
    display: block;  /*This will put the pseudo element on its own line.*/ 
    margin: 0 auto;  /*This will center the border. */
    width: 80%;  /*Change this to whatever width you want.*/ 
    padding-top: 11px;  
    color: #00e1ff;
    border-bottom: 2px solid #00e1ff; 
}

.cws-active-link-hidden:after {
    content: "";  /*This is necessary for the pseudo element to work.*/  
    display: block;  /*This will put the pseudo element on its own line.*/ 
    margin: 0 auto;  /*This will center the border. */
    width: 80%;  /*Change this to whatever width you want.*/ 
    padding-top: 11px;  
    border-bottom: 2px solid #00e1ff;
    visibility: hidden;
}
.int-services-container
{
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 1%;
    margin-top:180px;
    width: 100% !important;
}
#explore-services-container
{
    background: #1f1f23;
    /*padding-bottom: 2%;*/
    color: white;
    /*height: 85vh;*/
    justify-content: space-between;
}
.icons-container{
    margin-top: 120px;
    margin-bottom: 80px;
}
.icons-container img{
    margin:0 auto;
    width: 50%;
    height: 50%;

}
.services-image-text
{
    font-family: 'Raleway-Medium';
    font-size: 0.8em;
    text-align: center;
    margin-top: 20px;
}
.panel-settings{
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border:2px; 
    border-style:solid; 
    border-color:#00e1ff;
    margin-bottom: 60px;
}
#usage-table{
    margin-top: 50px;
  
}
#usage-table1{
    margin-top: 10px;
  
}
.table{
    width: 800px;
    margin: 0 auto;
}
.table thead > tr > th { border-bottom: 4px solid darkred; }
table .w-jid { width:15%; }
table .w-sname { width:15%; }
table .w-cost { width:10%; }
table .w-date { width:10%; }
table .w-time { width:10%; }

.int-services-container a{
    color: white;
}

.pagination-centered {
    text-align: center;
}
.pagination-centered ul li a{
    color:#00e1ff;
}
.panel-body{
    margin-left:auto;
    margin-right: auto;
}
.container-table{
    width: 70%;
}
#user-dropdown-menu-list{
   min-width: 60px !important;
   margin-right:0%;
   top: 30px;
   bottom:0px;
   left:-45px;
   float: left;
}