﻿ #scribblemap {
width: 750px;
height: 450px;
border: solid 5px #CCCCCC;
     background-color: #ffffff;
margin-top: 15px;
     z-index: 10;
}

 .checkList {
     float: right;
     border: solid 1px #CCCCCC;
     padding: 15px;
 }

 .checkList .checkItem {
     background-repeat: no-repeat;
    background-image: url(../images//check.png);
     padding-left: 30px;
     height: 25px;
     font-size: 14px;
     font-weight: bold;
     padding-top: 4px;
     color: #666666;
 }

 .left { float: left;}
 .text { width: 500px; }
 .textLarge {width: 750px }

 .clear { clear: both; 
 }

 .widgetScribble {
     background: url(/assets/views/api/images/widgetscribble.jpg);
     width: 350px;
     height: 66px;
     z-index: -1;
     position: absolute;
     right: -30px;
     top: 445px;
 }

  .inwebsite {
     background: url(/assets/views/api/images/inwebsite.jpg);
     width: 200px;
     height: 161px;
     margin-right: 15px;
     float: left;
      border: solid 2px #CCCCCC;
 }

   .intablet {
     background: url(/assets/views/api/images/intablet.jpg);
     width: 188px;
     height: 130px;
     margin-right: 15px;
     float: right;
 }

   .inadmin {
       background: url(/assets/views/api/images/inadmin.jpg);
     width: 187px;
     height: 150px;
     margin-right: 15px;
       float: left;
       border: solid 2px #CCCCCC;
   }

     .inperson {
       background: url(/assets/views/api/images/inperson.jpg);
     width: 250px;
     height: 166px;
     margin-right: 5px;
       float: right;
       border: solid 2px #CCCCCC;
    }

    .vendorSelect {
    }

    .vendorSelect .label {
        font-weight: bold;
        float: left;
        margin-right: 7px;
    }

    .vendorSelect ul {
        list-style-type:none;
        margin:0;
        padding:0;
    }

    .vendorSelect ul li { 
        display: inline;
        font-weight: bold;
        color: #0066FF;
        text-decoration: underline;
        cursor: pointer;
        margin-right: 5px;
    }

    .vendorSelect ul li:hover {
        text-decoration: none;
    }

    .vendorSelect ul li.selected{
        color: #0066FF;
        text-decoration: none;
        cursor: default;
    }

.btn {
    padding: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 14px;
    width: 225px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    background-color: #004dEF;
    margin-top: 15px;
    border-radius: 2px;
}

h1 {
    color: #666;
}

    .btn:hover {
        background-color: #0094ff;
    }
    
    .apiSection {
        padding: 10px;
        width: 250px;
        float: left;
        border: 1px solid #CCC;
        margin: 10px;
        height: 285px;
    }

.apiSection p {
    margin: 15px;
    text-align: center;
    font-size: 12px;
}
    
.apiName {
    text-align: center;
    font-size: 21px;
    color: #666;
    margin-top: 5px;
    font-weight: bold;
}

.apiSection .graphic {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 10px;
}

.apiSection .graphic img {
    width: 100%;
}