/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 18, 2019, 3:07:40 PM
    Author     : gutijen
*/

body {
    font-family: Tahoma !important;
}

tbody {
    font-size: 13px;
}

#wrapper {
    width: 600px;
    margin: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f24d}

th {
  background-color: #7eb373;
  color: white;
}

#pingBtn {
  float:right;
  background-color: #7eb373; /* Green */
  width:50%;
  height: 30px;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
}

#pingBtn:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1),0 3px 3px 0 rgba(0,0,0,0.1);
}
