/*!
 * Start Bootstrap - Logo Nav (https://startbootstrap.com/template-overviews/logo-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logo-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 50px;
  }
}

#rcorners2 {
    border-radius: 5px;
    border: 1px solid #077BE;
    padding: 20px; 
    width: 500px;
    height: 30px; 
}

h2 {
  margin-bottom: 50px;
}

.container2 {
  text-align: center;
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
}

.container2 table {
  width: 100%;
}

.container2 td, .container2 th {
  padding: 10px;
}

.container2 td:first-child, .container2 th:first-child {
  padding-left: 2px;
}

.container2 td:last-child, .container2 th:last-child {
  padding-right: 20px;
}

.container2 th {
  border-bottom: 1px solid #ddd;
  position: relative;
}

