/* Author: AdminDesigns.com
 * Last Updated: 02/01/14 
 * Copyright 2014 Admin Designs
=================================================
 * This file is reserved for changes made by 
 * the user. It's often times a good idea to 
 * seperate your changes from the themes core.
 * It makes modifications, and future theme
 * updates much easier to apply.
================================================= */
/* These styles have been placed here for as 
 * they have a high chance of needing to be
 * changed if one decides to modify the header
-----------------------------------------------*/
/* Header button states - text colors */
.navbar-menus > div > button:focus {
  color: #666; }

.navbar-menus > div > button:hover {
  color: #333; }

/* Place your custom styles or styles which 
 * have been generated with the customization 
 * tool below this line. 
-----------------------------------------------*/
div.computers div.form-group { margin: 0 5px;}
div#connections{ margin: 10px 5px 0 5px !important;}
div#connections th{ border-bottom: 0;}
.table-hover > tbody > tr:hover > td {
    background-color: #F0F0F0;
    color: #eeeeee;
}
.highlight {
    background-color: #F0F0F0;
    font-weight: bold;
    color: #eeeeee;
}