/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_tree .
 *= require_self
 */
 /* This is for the keypad */
 body{
  padding: 10px;
  font-size:14px;
  text-align:center;
 }
 .img-circle {
    margin-top:5px;
     border-radius: 50%;
     width: 80px;
     height: 80px;
 }
 .img-size{
     width: 140px;
     height: auto;
     margin-bottom:20px;
 }
 textarea {
   width: 400px;
   height: 300px;
 }
 input{
   width: 400px;
 }
 div {
   font-weight: bold;
 }
 .tracks {
   display:inline;
   font-size:16px;
 }
 .small_text{
   font-size:10px;
 }
 .flash_notice{
   margin-top:10px;
   margin-bottom:10px;
   color: green;
 }
 .flash_error{
   color: red;
   font-weight:bold;
 }

 select {
  width: 4em;
  text-align: center;
 }